com.cultureblocs.annotation

cultureblocs.com

Documentation

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.

main record

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.

Record Key tid Timestamp-based ID

Properties

createdAt string datetime Required

An RFC 3339 formatted timestamp.

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 items
matchConfidence string Optional

How the work was identified: cosine embedding match, ORB geometric verification, or manual entry.

Known values: embedding, geometric, manual
note string Optional

No description available.

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

Lexicon Garden

@