com.cultureblocs.strand

cultureblocs.com

Documentation

A curated, ordered string of beads and annotations — typically one day's cultural path. The publishable story unit.

main record

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).

narrative string Optional

No description available.

maxGraphemes: 10000 graphemes
title string Optional

No description available.

maxGraphemes: 300 graphemes
View 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."
}

Lexicon Garden

@