dev.pcvera.temp.badge.acceptance

pcvera.dev

Documentation

main record

No description available.

Record Key tid Timestamp-based ID

Properties

acceptedAt string datetime Required

When the recipient accepted the grant.

grantUri string at-uri Required

AT URI of the dev.pcvera.badge.grant record being accepted.

recipientDid string did Required

DID of the recipient who accepted (must match the grant recipient).

View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "recipientDid",
      "grantUri",
      "acceptedAt"
    ],
    "properties": {
      "grantUri": {
        "type": "string",
        "format": "at-uri",
        "description": "AT URI of the dev.pcvera.badge.grant record being accepted."
      },
      "acceptedAt": {
        "type": "string",
        "format": "datetime",
        "description": "When the recipient accepted the grant."
      },
      "recipientDid": {
        "type": "string",
        "format": "did",
        "description": "DID of the recipient who accepted (must match the grant recipient)."
      }
    }
  }
}

Lexicon Garden

@