Record containing a motd.
Record Key
tid
Timestamp-based ID
Properties
View raw schema
{
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"text",
"createdAt"
],
"properties": {
"text": {
"type": "string",
"maxLength": 2560,
"maxGraphemes": 256
},
"createdAt": {
"type": "string",
"maxLength": 2560,
"maxGraphemes": 256
}
}
},
"description": "Record containing a motd."
}