KeyValueSchema
Key-Value Schema
Generic key-value schema.
JSON Example
{
"key": "string",
"description": "string",
"value_type": "string"
}
string
key
Required
The property key name
value
Optional
The property value (can be string, number, or boolean).
string
description
Optional
Human-readable description of what this key represents.
string
value_type
Optional
Data type hint for the value
Enumeration:
STRING,
NUMBER,
BOOLEAN,
HEALTH_LEVEL