boo.sky.wot.endorsement

goose.alf.zip

Documentation

main record

No description available.

Record Key tid Timestamp-based ID

Properties

createdAt string datetime Required

An RFC 3339 formatted timestamp.

statement string Optional

Optional free-text statement supporting the endorsement.

maxLength: 2000 bytesmaxGraphemes: 500 graphemes
subject string did Required

The endorsed account.

View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "subject",
      "createdAt"
    ],
    "properties": {
      "subject": {
        "type": "string",
        "format": "did",
        "description": "The endorsed account."
      },
      "createdAt": {
        "type": "string",
        "format": "datetime"
      },
      "statement": {
        "type": "string",
        "maxLength": 2000,
        "description": "Optional free-text statement supporting the endorsement.",
        "maxGraphemes": 500
      }
    }
  }
}

Lexicon Garden

@