dc-management-sdk-js
    Preparing search index...

    Interface CachedSchema

    Cached schema document for the given content type

    interface CachedSchema {
        $schema: string;
        id: string;
        [key: string]: any;
    }

    Indexable

    • [key: string]: any

      Fields set up in the schema document

    Index

    Properties

    Properties

    $schema: string

    Version of JSON Schema used when creating

    id: string

    URI that describes where to locate the JSON schema definition for this content type