at.margin.verification

margin.at

Documentation

A verification record stored on the verifier's PDS indicating they have verified another user

main record

A verification record stored on the verifier's PDS indicating they have verified another user

Record Key tid Timestamp-based ID

Properties

createdAt string datetime Required

An RFC 3339 formatted timestamp.

subject string did Required

The DID of the user being verified

View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "subject",
      "createdAt"
    ],
    "properties": {
      "subject": {
        "type": "string",
        "format": "did",
        "description": "The DID of the user being verified"
      },
      "createdAt": {
        "type": "string",
        "format": "datetime"
      }
    }
  },
  "description": "A verification record stored on the verifier's PDS indicating they have verified another user"
}

Lexicon Garden

@