A bookmark/note about a specific work, typically minted by the AR gallery app at the moment of recognition. Meaningful entirely on its own — no bead required.
tid
Timestamp-based ID
Properties
context
ref
com.cultureblocs.defs#strongRef
Optional
Optional exhibition or event record this annotation was made within.
createdAt
string
datetime
Required
An RFC 3339 formatted timestamp.
geo
ref
com.cultureblocs.defs#geo
Optional
No description available.
images
array
of
ref
com.cultureblocs.defs#imageRef
Optional
Published images as imageRefs. Tier 0 records use `media` (local refs); the promoter uploads the bytes and maps alt + aspectRatio across at publish time.
maxLength: 10 itemsmatchConfidence
string
Optional
How the work was identified: cosine embedding match, ORB geometric verification, or manual entry.
embedding, geometric, manualmedia
array
of
ref
com.cultureblocs.defs#mediaRef
Optional
No description available.
maxLength: 10 itemsnote
string
Optional
No description available.
maxGraphemes: 3000 graphemesprovenance
ref
com.cultureblocs.defs#provenance
Optional
No description available.
work
ref
com.cultureblocs.defs#workRef
Required
No description available.
View raw schema
{
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"createdAt",
"work"
],
"properties": {
"geo": {
"ref": "com.cultureblocs.defs#geo",
"type": "ref"
},
"note": {
"type": "string",
"maxGraphemes": 3000
},
"work": {
"ref": "com.cultureblocs.defs#workRef",
"type": "ref"
},
"media": {
"type": "array",
"items": {
"ref": "com.cultureblocs.defs#mediaRef",
"type": "ref"
},
"maxLength": 10
},
"images": {
"type": "array",
"items": {
"ref": "com.cultureblocs.defs#imageRef",
"type": "ref"
},
"maxLength": 10,
"description": "Published images as imageRefs. Tier 0 records use `media` (local refs); the promoter uploads the bytes and maps alt + aspectRatio across at publish time."
},
"context": {
"ref": "com.cultureblocs.defs#strongRef",
"type": "ref",
"description": "Optional exhibition or event record this annotation was made within."
},
"createdAt": {
"type": "string",
"format": "datetime"
},
"provenance": {
"ref": "com.cultureblocs.defs#provenance",
"type": "ref"
},
"matchConfidence": {
"type": "string",
"description": "How the work was identified: cosine embedding match, ORB geometric verification, or manual entry.",
"knownValues": [
"embedding",
"geometric",
"manual"
]
}
}
},
"description": "A bookmark/note about a specific work, typically minted by the AR gallery app at the moment of recognition. Meaningful entirely on its own — no bead required."
}