Defines a group of categories
Record Key
any
Any valid record key
Properties
View raw schema
{
"key": "any",
"type": "record",
"record": {
"type": "object",
"required": [
"name"
],
"properties": {
"name": {
"type": "string",
"maxLength": 100,
"minLength": 1
},
"description": {
"type": "string",
"maxLength": 300
}
}
},
"description": "Defines a group of categories"
}