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

    Class ContentTypeCachedSchema

    Class representing the Content Type Schema resource. Content types are JSON schemas that define a type of content to be created, including its structure, format and validation rules.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    _links?: Map<string, HalLink>
    cachedSchema?: CachedSchema

    Object containing the cached schema content type

    contentTypeUri?: string

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

    hubId?: string

    Associated hub id

    related: {} = {}

    Resources and actions related to a ContentType

    Methods

    • POST to an action endpoint with no resource response returned.

      Parameters

      • name: string
      • params: any
      • data: any
      • method: POST | PUT | PATCH = HttpMethod.POST

      Returns Promise<void>