No description available.
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": 5000,
"maxGraphemes": 500
},
"reply": {
"type": "object",
"required": [
"parent"
],
"properties": {
"parent": {
"ref": "com.atproto.repo.strongRef",
"type": "ref"
}
}
},
"createdAt": {
"type": "string",
"format": "datetime"
}
}
}
}