build.clovernight.identity.verification

studio-staging.pds.clovernight.build View official

Documentation

main record

No description available.

Record Key tid Timestamp-based ID

Properties

subject string did Required

A decentralized identifier (DID).

View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "subject"
    ],
    "properties": {
      "subject": {
        "type": "string",
        "format": "did"
      }
    }
  }
}

Lexicon Garden

@