Options
All
  • Public
  • Public/Protected
  • All
Menu

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

Index

Constructors

constructor

Properties

Optional _links

_links: Map<string, HalLink>

Optional cachedSchema

cachedSchema: CachedSchema

Object containing the cached schema content type

Optional contentTypeUri

contentTypeUri: string

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

Optional hubId

hubId: string

Associated hub id

Readonly related

related: {}

Resources and actions related to a ContentType

Type declaration

Methods

Protected performActionWithoutResourceResponse

  • performActionWithoutResourceResponse(name: string, params: any, data: any, method?: POST | PATCH | PUT): Promise<void>

toJSON

  • toJSON(): any

toJson

  • toJson(): any

Generated using TypeDoc