A test furrowed record
Record Key
any
Any valid record key
Properties
View raw schema
{
"key": "any",
"type": "record",
"record": {
"type": "object",
"required": [
"furrowedPost"
],
"properties": {
"furrowedPost": {
"type": "string",
"maxLength": 80,
"minLength": 1
}
}
},
"description": "A test furrowed record"
}