@xylabs/sdk-react
    Preparing search index...

    Interface EntryPoint

    interface EntryPoint {
        "@type": string;
        actionApplication?: SoftwareApplication;
        actionPlatform?: string | string[];
        additionalType?: URL;
        alternateName?: Text;
        contentType?: Text;
        description?: Text;
        disambiguatingDescription?: Text;
        encodingType?: Text;
        httpMethod?: Text;
        identifier?: string | string[] | PropertyValue;
        image?: ImageObject | URL;
        mainIdentityOfPage?: CreativeWork | URL;
        name?: Text;
        potentialAction?: Action;
        sameAs?: URL;
        subjectOf?: Event | CreativeWork;
        url?: URL;
        urlTemplate?: Text;
    }

    Hierarchy (View Summary)

    Index

    Properties

    "@type": string
    actionApplication?: SoftwareApplication
    actionPlatform?: string | string[]
    additionalType?: URL
    alternateName?: Text
    contentType?: Text
    description?: Text
    disambiguatingDescription?: Text
    encodingType?: Text
    httpMethod?: Text
    identifier?: string | string[] | PropertyValue
    image?: ImageObject | URL
    mainIdentityOfPage?: CreativeWork | URL
    name?: Text
    potentialAction?: Action
    sameAs?: URL
    subjectOf?: Event | CreativeWork
    url?: URL
    urlTemplate?: Text