Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ContentTypeSchema

Content type schema

Hierarchy

Index

Constructors

constructor

Properties

Optional _links

_links: Map<string, HalLink>

Optional body

body: string

Content Type Schema

Optional createdBy

createdBy: string

Id of the user responsible for originally creating the content item

Optional createdDate

createdDate: string

Timestamp representing when the content item was originally created in ISO 8601 format

Optional id

id: string

Unique id generated on creation

Optional lastModifiedBy

lastModifiedBy: string

Id of the user responsible for the last update to the content item

Optional lastModifiedDate

lastModifiedDate: string

Timestamp representing when the content item was last updated in ISO 8601 format

Optional schemaId

schemaId: string

Schema ID (URI)

status

status: Status

Lifecycle status of the content type schema

Optional validationLevel

validationLevel: ValidationLevel

Validation level for this content type schema

Optional version

version: number

Version number of the content type schema returned. This number will automatically be incremented for each update.

Methods

Protected performActionWithoutResourceResponse

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

toJSON

  • toJSON(): any

toJson

  • toJson(): any

Object literals

Readonly related

related: object

Resources and actions related to a ContentTypeSchema

archive

hub

  • hub(): Promise<Hub>

unarchive

update

Generated using TypeDoc