dev.cartridge.graph.verification

cartridge.dev

{
  "id": "dev.cartridge.graph.verification",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "subject",
          "handle",
          "displayName",
          "accountType",
          "createdAt"
        ],
        "properties": {
          "handle": {
            "type": "string",
            "format": "handle",
            "description": "Handle of the verified account at time of verification."
          },
          "subject": {
            "type": "string",
            "format": "did",
            "description": "DID of the verified account."
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "accountType": {
            "type": "string",
            "description": "Type of verified account.",
            "knownValues": [
              "studio",
              "developer",
              "publisher"
            ]
          },
          "displayName": {
            "type": "string",
            "description": "Display name at time of verification."
          }
        }
      },
      "description": "A Cartridge-specific verification record for studios, developers, and publishers. Written by the Cartridge verifier account."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against dev.cartridge.graph.verification

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:4mrwcmxk266itsdn33leqljq
CID
bafyreidjhvym466qmsadugeypdcwh2xr5sr7bcbbpi74hhmioetoykzxla
Indexed At
2026-06-14 00:05 UTC
AT-URI
at://did:plc:4mrwcmxk266itsdn33leqljq/com.atproto.lexicon.schema/dev.cartridge.graph.verification

Lexicon Garden

@