Interface JsonContentBehavioursListResponseItem

The content schemas Behaviours list response type.

Hierarchy

  • JsonContentBehavioursListResponseItem

Properties

Properties

name: string

The Behaviour machine name.

status: {
    active: boolean;
    schemaName: string;
}[]

List of Behaviour statuses for different schemas.

Generated using TypeDoc