Embedded content from any Atmosphere app. Single item or curated collection.
tid
Timestamp-based ID
Properties
authorDid
string
did
Optional
DID of the embedded content's author.
authorHandle
string
handle
Optional
Handle of the embedded content's author.
cid
string
cid
Optional
CID of the embedded record for integrity verification.
createdAt
string
datetime
Required
Client-declared timestamp when the post was created.
description
string
Optional
Description of the embedded content.
maxLength: 1000 bytesfacets
array
of
ref
place.pollen.richtext.facet#main
Optional
Rich text annotations for the commentary.
items
array
of
ref
#embedItem
Optional
Multiple embedded items (collection mode).
maxLength: 20 itemssource
string
Optional
Identifier of the source Atmosphere app.
maxLength: 200 bytestags
array
of
string
Optional
Hashtags for discovery.
maxLength: 10 itemstext
string
Optional
Optional commentary.
maxLength: 500 bytesthumbnailUrl
string
uri
Optional
Preview image URL.
title
string
Optional
Title of the embedded content.
maxLength: 300 bytesupdatedAt
string
datetime
Optional
Timestamp of the most recent edit.
uri
string
at-uri
Optional
AT URI of the embedded record (single-item mode).
webUrl
string
uri
Optional
Web URL to view the content in its native app.
View raw schema
{
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"createdAt"
],
"properties": {
"cid": {
"type": "string",
"format": "cid",
"description": "CID of the embedded record for integrity verification."
},
"uri": {
"type": "string",
"format": "at-uri",
"description": "AT URI of the embedded record (single-item mode)."
},
"tags": {
"type": "array",
"items": {
"type": "string",
"maxLength": 64
},
"maxLength": 10,
"description": "Hashtags for discovery."
},
"text": {
"type": "string",
"maxLength": 500,
"description": "Optional commentary."
},
"items": {
"type": "array",
"items": {
"ref": "#embedItem",
"type": "ref"
},
"maxLength": 20,
"description": "Multiple embedded items (collection mode)."
},
"title": {
"type": "string",
"maxLength": 300,
"description": "Title of the embedded content."
},
"facets": {
"type": "array",
"items": {
"ref": "place.pollen.richtext.facet#main",
"type": "ref"
},
"description": "Rich text annotations for the commentary."
},
"source": {
"type": "string",
"maxLength": 200,
"description": "Identifier of the source Atmosphere app."
},
"webUrl": {
"type": "string",
"format": "uri",
"description": "Web URL to view the content in its native app."
},
"authorDid": {
"type": "string",
"format": "did",
"description": "DID of the embedded content's author."
},
"createdAt": {
"type": "string",
"format": "datetime",
"description": "Client-declared timestamp when the post was created."
},
"updatedAt": {
"type": "string",
"format": "datetime",
"description": "Timestamp of the most recent edit."
},
"description": {
"type": "string",
"maxLength": 1000,
"description": "Description of the embedded content."
},
"authorHandle": {
"type": "string",
"format": "handle",
"description": "Handle of the embedded content's author."
},
"thumbnailUrl": {
"type": "string",
"format": "uri",
"description": "Preview image URL."
}
}
},
"description": "Embedded content from any Atmosphere app. Single item or curated collection."
}