An immutable public ordered placement of one published media version in a snapshot.
Record Key
tid
Timestamp-based ID
Properties
altText
string
Optional
No description available.
maxGraphemes: 2000 graphemescaption
string
Optional
No description available.
maxGraphemes: 5000 graphemescontentWarnings
array
of
string
Optional
No description available.
maxLength: 20 itemscreatedAt
string
datetime
Required
An RFC 3339 formatted timestamp.
decorative
boolean
Optional
No description available.
formatVersion
integer
Required
No description available.
media
string
at-uri
Required
Immutable public published-media record.
position
integer
Required
No description available.
minimum: 0maximum: 999snapshot
string
at-uri
Required
Immutable public album snapshot.
View raw schema
{
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"formatVersion",
"snapshot",
"media",
"position",
"createdAt"
],
"properties": {
"media": {
"type": "string",
"format": "at-uri",
"description": "Immutable public published-media record."
},
"altText": {
"type": "string",
"maxGraphemes": 2000
},
"caption": {
"type": "string",
"maxGraphemes": 5000
},
"position": {
"type": "integer",
"maximum": 999,
"minimum": 0
},
"snapshot": {
"type": "string",
"format": "at-uri",
"description": "Immutable public album snapshot."
},
"createdAt": {
"type": "string",
"format": "datetime"
},
"decorative": {
"type": "boolean"
},
"formatVersion": {
"type": "integer",
"const": 1
},
"contentWarnings": {
"type": "array",
"items": {
"type": "string",
"maxLength": 200
},
"maxLength": 20
}
}
},
"description": "An immutable public ordered placement of one published media version in a snapshot."
}