it's a kind of fungus!
Record Key
any
Any valid record key
Properties
View raw schema
{
"key": "any",
"type": "record",
"record": {
"type": "object",
"required": [
"commonName"
],
"properties": {
"edible": {
"type": "boolean"
},
"species": {
"type": "string",
"maxLength": 2560,
"maxGraphemes": 256
},
"commonName": {
"type": "string",
"maxLength": 2560,
"maxGraphemes": 256
}
}
},
"description": "it's a kind of fungus!"
}