No description available.
Properties
View raw schema
{
"type": "record",
"record": {
"type": "object",
"required": [
"id",
"key",
"value"
],
"properties": {
"id": {
"type": "string"
},
"key": {
"type": "string"
},
"value": {
"type": "string"
},
"createdAt": {
"type": "string",
"format": "datetime"
},
"updatedAt": {
"type": "string",
"format": "datetime"
}
}
}
}