dev.pcvera.temp.badge.rejection

pcvera.dev

{
  "id": "dev.pcvera.temp.badge.rejection",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "recipientDid",
          "grantUri",
          "rejectedAt",
          "reason"
        ],
        "properties": {
          "reason": {
            "enum": [
              "spam",
              "mistake",
              "not_interested",
              "other"
            ],
            "type": "string",
            "description": "Machine-readable rejection reason."
          },
          "grantUri": {
            "type": "string",
            "format": "at-uri",
            "description": "AT URI of the dev.pcvera.temp.badge.grant record being rejected."
          },
          "rejectedAt": {
            "type": "string",
            "format": "datetime",
            "description": "When the recipient rejected the grant."
          },
          "recipientDid": {
            "type": "string",
            "format": "did",
            "description": "DID of the recipient who rejected (must match the grant recipient)."
          }
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "description": "Recipient rejects a pending badge grant."
}

Validate Record

Validate a record against dev.pcvera.temp.badge.rejection

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:aqspvjgrjpjy3d5rzjudfmw4
CID
bafyreibz5tx7advxydfgqvaclr3n7uif6omxfalwfqkmp4gurnwyzgmolu
Indexed At
2026-05-04 01:06 UTC
AT-URI
at://did:plc:aqspvjgrjpjy3d5rzjudfmw4/com.atproto.lexicon.schema/dev.pcvera.temp.badge.rejection

Lexicon Garden

@