defines an item in a gallery group
Record Key
tid
Timestamp-based ID
Properties
View raw schema
{
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"group",
"image",
"addedAt"
],
"properties": {
"note": {
"type": "string"
},
"group": {
"type": "string",
"format": "at-uri",
"description": "uri of the group that the image belongs to"
},
"image": {
"type": "string",
"format": "at-uri",
"description": "uri of the image that this item represents"
},
"addedAt": {
"type": "string",
"format": "datetime"
}
}
},
"description": "defines an item in a gallery group"
}