No description available.
tid
Timestamp-based ID
Properties
createdAt
string
datetime
Required
An RFC 3339 formatted timestamp.
embed
union
Optional
No description available.
facets
array
of
ref
#facet
Optional
No description available.
labels
union
Optional
No description available.
langs
array
of
string
language
Optional
No description available.
maxLength: 3 itemspublication
string
at-uri
Optional
An AT Protocol URI (e.g., at://did:plc:xyz/app.bsky.feed.post/abc).
reply
ref
#replyRef
Optional
No description available.
subject
string
at-uri
Optional
An AT Protocol URI (e.g., at://did:plc:xyz/app.bsky.feed.post/abc).
tags
array
of
string
Optional
No description available.
maxLength: 8 itemstext
string
Required
No description available.
maxLength: 3000 bytesmaxGraphemes: 300 graphemesView raw schema
{
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"text",
"createdAt"
],
"properties": {
"tags": {
"type": "array",
"items": {
"type": "string",
"maxLength": 640,
"maxGraphemes": 64
},
"maxLength": 8
},
"text": {
"type": "string",
"maxLength": 3000,
"maxGraphemes": 300
},
"embed": {
"refs": [
"#images",
"#external",
"#record",
"#recordWithMedia"
],
"type": "union"
},
"langs": {
"type": "array",
"items": {
"type": "string",
"format": "language"
},
"maxLength": 3
},
"reply": {
"ref": "#replyRef",
"type": "ref"
},
"facets": {
"type": "array",
"items": {
"ref": "#facet",
"type": "ref"
}
},
"labels": {
"refs": [
"com.atproto.label.defs#selfLabels"
],
"type": "union"
},
"subject": {
"type": "string",
"format": "at-uri"
},
"createdAt": {
"type": "string",
"format": "datetime"
},
"publication": {
"type": "string",
"format": "at-uri"
}
}
}
}