A curated, ordered string of beads and annotations — typically one day's cultural path. The publishable story unit.
Record Key
tid
Timestamp-based ID
Properties
createdAt
string
datetime
Required
An RFC 3339 formatted timestamp.
day
string
datetime
Optional
The day this strand covers (date portion significant).
items
array
of
ref
com.cultureblocs.defs#strongRef
Required
Ordered refs to bead and annotation records.
maxLength: 200 itemslinks
array
of
ref
com.cultureblocs.defs#linkRef
Optional
No description available.
maxLength: 8 itemsnarrative
string
Optional
No description available.
maxGraphemes: 10000 graphemesplace
ref
com.cultureblocs.defs#placeRef
Optional
Where this strand happened (e.g. Tate Modern).
title
string
Optional
No description available.
maxGraphemes: 300 graphemesView raw schema
{
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"createdAt",
"items"
],
"properties": {
"day": {
"type": "string",
"format": "datetime",
"description": "The day this strand covers (date portion significant)."
},
"items": {
"type": "array",
"items": {
"ref": "com.cultureblocs.defs#strongRef",
"type": "ref"
},
"maxLength": 200,
"description": "Ordered refs to bead and annotation records."
},
"links": {
"type": "array",
"items": {
"ref": "com.cultureblocs.defs#linkRef",
"type": "ref"
},
"maxLength": 8
},
"place": {
"ref": "com.cultureblocs.defs#placeRef",
"type": "ref",
"description": "Where this strand happened (e.g. Tate Modern)."
},
"title": {
"type": "string",
"maxGraphemes": 300
},
"createdAt": {
"type": "string",
"format": "datetime"
},
"narrative": {
"type": "string",
"maxGraphemes": 10000
}
}
},
"description": "A curated, ordered string of beads and annotations — typically one day's cultural path. The publishable story unit."
}