No description available.
Record Key
tid
Timestamp-based ID
Properties
document
ref
com.atproto.repo.strongRef
Required
No description available.
site
string
uri
Required
A valid URI.
View raw schema
{
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"document",
"site"
],
"properties": {
"site": {
"type": "string",
"format": "uri"
},
"document": {
"ref": "com.atproto.repo.strongRef",
"type": "ref"
}
}
}
}