Skip to main content

HighlightSchema

Read-only schema definition. Schemas are global and created via

descriptionstring

Human-readable description of the schema.

keystring

Stable identifier for the schema (e.g. "default").

slots object[]

Slot definitions, ordered by position.

  • Array [
  • descriptionstring

    Human-readable description of the slot.

    idstring

    Unique identifier of the slot.

    keystring

    Stable key for the slot (e.g. "kitchen"). Null for unkeyed slots.

    labelstring

    Display label for the slot.

    positioninteger

    Position of the slot within its schema (ascending).

  • ]
  • HighlightSchema
    {
    "description": "string",
    "key": "string",
    "slots": [
    {
    "description": "string",
    "id": "string",
    "key": "string",
    "label": "string",
    "position": 0
    }
    ]
    }