No description available.
Record Key
any
Any valid record key
Properties
View raw schema
{
"key": "any",
"type": "record",
"record": {
"type": "object",
"required": [
"message",
"createdAt",
"recipient"
],
"properties": {
"message": {
"type": "string",
"maxLength": 500,
"minLength": 1
},
"createdAt": {
"type": "string",
"format": "datetime"
},
"recipient": {
"type": "string"
}
}
}
}