An immutable public publication boundary for one album version.
Record Key
tid
Timestamp-based ID
Properties
View raw schema
{
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"formatVersion",
"album",
"itemCount",
"createdAt"
],
"properties": {
"album": {
"type": "string",
"format": "at-uri",
"description": "Stable public published-album record."
},
"createdAt": {
"type": "string",
"format": "datetime"
},
"itemCount": {
"type": "integer",
"maximum": 1000,
"minimum": 0
},
"formatVersion": {
"type": "integer",
"const": 1
}
}
},
"description": "An immutable public publication boundary for one album version."
}