click.croft.hasharium.collection.entry

ewancroft.uk

Documentation

main record

No description available.

Record Key tid Timestamp-based ID

Properties

createdAt string datetime Required

An RFC 3339 formatted timestamp.

generatorVersion string Optional

The renderer version used when the specimen was encountered.

Known values: sha256-radial-v1
note string Optional

An optional private-to-the-public-repository curatorial note.

maxLength: 1000 bytesmaxGraphemes: 280 graphemes
subject string did Required

The DID whose deterministic specimen was collected.

View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "subject",
      "createdAt"
    ],
    "properties": {
      "note": {
        "type": "string",
        "maxLength": 1000,
        "description": "An optional private-to-the-public-repository curatorial note.",
        "maxGraphemes": 280
      },
      "subject": {
        "type": "string",
        "format": "did",
        "description": "The DID whose deterministic specimen was collected."
      },
      "createdAt": {
        "type": "string",
        "format": "datetime"
      },
      "generatorVersion": {
        "type": "string",
        "description": "The renderer version used when the specimen was encountered.",
        "knownValues": [
          "sha256-radial-v1"
        ]
      }
    }
  }
}

Lexicon Garden

@