click.croft.hasharium.intersection

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

No description available.

Known values: sha256-radial-v1
note string Optional

No description available.

maxLength: 1000 bytesmaxGraphemes: 280 graphemes
with string did Required

The other participant. The repository DID supplies the first participant.

View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "with",
      "createdAt"
    ],
    "properties": {
      "note": {
        "type": "string",
        "maxLength": 1000,
        "maxGraphemes": 280
      },
      "with": {
        "type": "string",
        "format": "did",
        "description": "The other participant. The repository DID supplies the first participant."
      },
      "createdAt": {
        "type": "string",
        "format": "datetime"
      },
      "generatorVersion": {
        "type": "string",
        "knownValues": [
          "sha256-radial-v1"
        ]
      }
    }
  }
}

Lexicon Garden

@