Skip to main content

MetadataPrimitiveItem

type stringrequired

Possible values: [boolean, boolean-array, date, date-array, datetime, datetime-array, number, number-array, string, string-array]

key stringrequired

The key

Possible values: non-empty and <= 100 characters, Value must match regular expression ^[a-zA-Z_]\w*$

Example: test_key
value booleanrequired

The value

Example: false
MetadataPrimitiveItem
{
"type": "string",
"key": "test_key",
"value": "The value of test_key"
}