click.croft.hasharium.exhibition

ewancroft.uk

Documentation

main record

No description available.

Record Key tid Timestamp-based ID

Properties

createdAt string datetime Required

An RFC 3339 formatted timestamp.

description string Optional

No description available.

maxLength: 3000 bytesmaxGraphemes: 600 graphemes
specimens array of ref #specimen Required

No description available.

maxLength: 60 itemsminLength: 1 items
title string Required

No description available.

maxLength: 300 bytesmaxGraphemes: 80 graphemes
View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "title",
      "specimens",
      "createdAt"
    ],
    "properties": {
      "title": {
        "type": "string",
        "maxLength": 300,
        "maxGraphemes": 80
      },
      "createdAt": {
        "type": "string",
        "format": "datetime"
      },
      "specimens": {
        "type": "array",
        "items": {
          "ref": "#specimen",
          "type": "ref"
        },
        "maxLength": 60,
        "minLength": 1
      },
      "description": {
        "type": "string",
        "maxLength": 3000,
        "maxGraphemes": 600
      }
    }
  }
}
specimen object

No description available.

Properties

caption string Optional

No description available.

maxLength: 1000 bytesmaxGraphemes: 280 graphemes
subject string did Required

A decentralized identifier (DID).

View raw schema
{
  "type": "object",
  "required": [
    "subject"
  ],
  "properties": {
    "caption": {
      "type": "string",
      "maxLength": 1000,
      "maxGraphemes": 280
    },
    "subject": {
      "type": "string",
      "format": "did"
    }
  }
}

Lexicon Garden

@