No description available.
Record Key
tid
Timestamp-based ID
Properties
View raw schema
{
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"createdAt"
],
"properties": {
"createdAt": {
"type": "string",
"format": "datetime",
"description": "When this profile was created"
},
"description": {
"type": "string",
"maxLength": 500,
"description": "Optional description or bio for this Kitchen profile"
}
}
}
}