Colibrio Reader Framework API - Cloud license
    Preparing search index...

    Describes an entity as defined in the the Web Publication specification.

    https://www.w3.org/TR/pub-manifest/#value-entity

    interface IWpEntityData {
        id?: string;
        identifier?: string[];
        name: IWpLocalizableString[];
        type?: string[];
        url?: string;
    }

    Properties

    id?: string

    A canonical identifier associated with the entity. OPTIONAL.

    identifier?: string[]

    An identifier associated with the entity (e.g., ORCID). OPTIONAL.

    Name of the entity. REQUIRED.

    type?: string[]

    The type of entity. OPTIONAL Should contain one of "Person" or "Organization"

    url?: string

    An address associated with the creator. OPTIONAL.