Interface SchemaItemJson

Hierarchy

  • SchemaItemJson

Properties

$ref?: string
id: string
label: string
options: SchemaItemAction[]
parents: SchemaItemParent[]
plural?: string
properties: {
    [field: string]: SchemaItemProperty | SchemaItemArrayProperty;
}

Type declaration

required: string[]
traits: TraitConfigBase<string>[]
type: "object"

Generated using TypeDoc