dev.pcvera.temp.badge.grant

pcvera.dev

Documentation

main record

No description available.

Record Key tid Timestamp-based ID

Properties

createdAt string datetime Required

When the grant record was created.

defUri string at-uri Required

AT URI of the dev.pcvera.temp.badge.def record this grant references.

issuerDid string did Required

DID of the account that created the grant (issuer).

message string Optional

Optional short note from the issuer to the recipient.

maxLength: 2000 bytesmaxGraphemes: 500 graphemes
moreInfoUrl string uri Optional

Optional HTTPS URL for context; clients MUST restrict to https in application validation.

maxLength: 2048 bytes
recipientDid string did Required

DID of the recipient who may accept or reject.

View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "issuerDid",
      "recipientDid",
      "defUri",
      "createdAt"
    ],
    "properties": {
      "defUri": {
        "type": "string",
        "format": "at-uri",
        "description": "AT URI of the dev.pcvera.temp.badge.def record this grant references."
      },
      "message": {
        "type": "string",
        "maxLength": 2000,
        "description": "Optional short note from the issuer to the recipient.",
        "maxGraphemes": 500
      },
      "createdAt": {
        "type": "string",
        "format": "datetime",
        "description": "When the grant record was created."
      },
      "issuerDid": {
        "type": "string",
        "format": "did",
        "description": "DID of the account that created the grant (issuer)."
      },
      "moreInfoUrl": {
        "type": "string",
        "format": "uri",
        "maxLength": 2048,
        "description": "Optional HTTPS URL for context; clients MUST restrict to https in application validation."
      },
      "recipientDid": {
        "type": "string",
        "format": "did",
        "description": "DID of the recipient who may accept or reject."
      }
    }
  }
}

Lexicon Garden

@