TODO: describe purpose of this schema
Record Key
any
Any valid record key
Properties
View raw schema
{
"key": "any",
"type": "record",
"record": {
"type": "object",
"required": [
"planet"
],
"properties": {
"planet": {
"type": "string",
"maxLength": 20,
"minLength": 1,
"description": "TODO: title name of record; can not be empty"
}
}
},
"description": "TODO: describe purpose of this schema"
}