Record containing a cllctv.ART post.
Record Key
tid
Timestamp-based ID
Properties
category
ref
#category
Optional
No description provided.
content
union
Optional
No description provided.
createdAt
string
datetime
Required
An RFC 3339 formatted timestamp.
description
string
Optional
No description provided.
maxLength: 3000 bytesmaxGraphemes: 300 graphemesembed
union
Optional
No description provided.
labels
union
Optional
Self-label values for this post. Effectively content warnings.
Known types:
langs
array
of
string
language
Optional
Indicates human language of post primary text content.
maxLength: 3 bytesogImage
blob
Optional
No description provided.
maxSize: 5.0 MBpublishedAt
string
datetime
Optional
An RFC 3339 formatted timestamp.
title
string
Optional
No description provided.
maxLength: 1280 bytesmaxGraphemes: 128 graphemestombstone
ref
art.cllctv.embed.defs#tombstone
Optional
No description provided.
View raw schema
{
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"createdAt"
],
"properties": {
"embed": {
"refs": [
"art.cllctv.embed.images",
"art.cllctv.embed.external",
"art.cllctv.embed.externalVideo"
],
"type": "union"
},
"langs": {
"type": "array",
"items": {
"type": "string",
"format": "language"
},
"maxLength": 3,
"description": "Indicates human language of post primary text content."
},
"title": {
"type": "string",
"maxLength": 1280,
"maxGraphemes": 128
},
"labels": {
"refs": [
"com.atproto.label.defs#selfLabels"
],
"type": "union",
"description": "Self-label values for this post. Effectively content warnings."
},
"content": {
"refs": [
"art.cllctv.content.plaintext",
"art.cllctv.content.markdoc"
],
"type": "union"
},
"ogImage": {
"type": "blob",
"accept": [
"image/png"
],
"maxSize": 5000000
},
"category": {
"ref": "#category",
"type": "ref"
},
"createdAt": {
"type": "string",
"format": "datetime"
},
"tombstone": {
"ref": "art.cllctv.embed.defs#tombstone",
"type": "ref"
},
"description": {
"type": "string",
"maxLength": 3000,
"maxGraphemes": 300
},
"publishedAt": {
"type": "string",
"format": "datetime"
}
}
},
"description": "Record containing a cllctv.ART post."
}