A private flat album in the owner's Library.
Record Key
tid
Timestamp-based ID
Properties
coverMembership
string
at-uri
Optional
Private membership record used as this album's cover.
createdAt
string
datetime
Required
An RFC 3339 formatted timestamp.
description
string
Optional
No description available.
maxGraphemes: 5000 graphemesformatVersion
integer
Required
No description available.
sort
string
Required
No description available.
maxLength: 32 bytesKnown values:
manual, capture-time, filename, added-timetitle
string
Required
No description available.
maxGraphemes: 200 graphemesminGraphemes: 1 graphemesupdatedAt
string
datetime
Required
An RFC 3339 formatted timestamp.
View raw schema
{
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"formatVersion",
"title",
"sort",
"createdAt",
"updatedAt"
],
"properties": {
"sort": {
"type": "string",
"maxLength": 32,
"knownValues": [
"manual",
"capture-time",
"filename",
"added-time"
]
},
"title": {
"type": "string",
"maxGraphemes": 200,
"minGraphemes": 1
},
"createdAt": {
"type": "string",
"format": "datetime"
},
"updatedAt": {
"type": "string",
"format": "datetime"
},
"description": {
"type": "string",
"maxGraphemes": 5000
},
"formatVersion": {
"type": "integer",
"const": 1
},
"coverMembership": {
"type": "string",
"format": "at-uri",
"description": "Private membership record used as this album's cover."
}
}
},
"description": "A private flat album in the owner's Library."
}