@dokieli/web-annotation - v1.0.1
    Preparing search index...

    Interface AnnotationBodyObject

    interface AnnotationBodyObject {
        format?: string;
        id?: string;
        language?: string;
        license?: string;
        purpose?: Purpose;
        rights?: string;
        value: string;
    }
    Index
    format?: string

    media type of the value, e.g. text/html (emitted as dc:format)

    id?: string
    language?: string

    e.g., en-GB

    license?: string
    purpose?: Purpose

    see Purpose below

    rights?: string
    value: string