A feed post record for the Flashes app. EXIF metadata is stored separately in blue.flashes.photo.exif sidecar records.
Record Key
tid
Timestamp-based ID
Properties
View raw schema
{
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"createdAt"
],
"properties": {
"createdAt": {
"type": "string",
"format": "datetime"
},
"childrenPostURIs": {
"type": "array",
"items": {
"type": "string",
"format": "at-uri",
"maxLength": 512
},
"description": "Optional array of child post URIs for threaded content"
}
}
},
"description": "A feed post record for the Flashes app. EXIF metadata is stored separately in blue.flashes.photo.exif sidecar records."
}