User preference for KAKU TOKIMEKI
Record Key
self
Properties
View raw schema
{
"key": "self",
"type": "record",
"record": {
"type": "object",
"required": [
"createdAt"
],
"properties": {
"createdAt": {
"type": "string",
"format": "datetime",
"description": "Timestamp when the preference was created"
},
"updatedAt": {
"type": "string",
"format": "datetime",
"description": "Timestamp when the preference was last updated"
},
"acceptingRequests": {
"type": "boolean",
"default": false,
"description": "Whether the user is accepting drawing requests"
}
}
},
"description": "User preference for KAKU TOKIMEKI"
}