HighlightSchemaSlot
A slot definition. Slots are the contract between the schema
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).
HighlightSchemaSlot
{
"description": "string",
"id": "string",
"key": "string",
"label": "string",
"position": 0
}