Record containing a Spark story.
Record Key
tid
Timestamp-based ID
Properties
createdAt
string
datetime
Required
Client-declared timestamp when this story was originally created.
embeds
ref
so.sprk.embed.defs#embeds
Optional
No description available.
labels
union
Optional
Self-label values for this story. Effectively content warnings.
Known types:
media
union
Required
No description available.
Known types:
sound
ref
com.atproto.repo.strongRef
Optional
No description available.
View raw schema
{
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"createdAt",
"media"
],
"properties": {
"media": {
"refs": [
"so.sprk.media.image",
"so.sprk.media.video"
],
"type": "union"
},
"sound": {
"ref": "com.atproto.repo.strongRef",
"type": "ref"
},
"embeds": {
"ref": "so.sprk.embed.defs#embeds",
"type": "ref"
},
"labels": {
"refs": [
"com.atproto.label.defs#selfLabels"
],
"type": "union",
"description": "Self-label values for this story. Effectively content warnings."
},
"createdAt": {
"type": "string",
"format": "datetime",
"description": "Client-declared timestamp when this story was originally created."
}
}
},
"description": "Record containing a Spark story."
}