Record containing a cllctv.ART artwork.
tid
Timestamp-based ID
Properties
content
union
Optional
No description available.
createdAt
string
datetime
Required
An RFC 3339 formatted timestamp.
description
string
Optional
No description available.
maxLength: 3000 bytesmaxGraphemes: 300 graphemesdetails
ref
#details
Optional
No description available.
embed
array
of
union
Optional
No description available.
labels
union
Optional
Self-label values for this post. Effectively content warnings.
langs
array
of
string
language
Optional
Indicates human language of post primary text content.
maxLength: 3 itemsogImage
blob
Optional
No description available.
maxSize: 5.0 MBtags
array
of
string
Optional
Additional hashtags, in addition to any included in post text and facets.
maxLength: 8 itemstitle
string
Optional
No description available.
maxLength: 1280 bytesmaxGraphemes: 128 graphemesView raw schema
{
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"createdAt"
],
"properties": {
"tags": {
"type": "array",
"items": {
"type": "string",
"maxLength": 640,
"maxGraphemes": 64
},
"maxLength": 8,
"description": "Additional hashtags, in addition to any included in post text and facets."
},
"embed": {
"type": "array",
"items": {
"refs": [
"art.cllctv.embed.images#image",
"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"
],
"type": "union"
},
"details": {
"ref": "#details",
"type": "ref"
},
"ogImage": {
"type": "blob",
"accept": [
"image/png"
],
"maxSize": 5000000
},
"createdAt": {
"type": "string",
"format": "datetime"
},
"description": {
"type": "string",
"maxLength": 3000,
"maxGraphemes": 300
}
}
},
"description": "Record containing a cllctv.ART artwork."
}