build.clovernight.identity.verification

studio.pds.clovernight.build

{
  "id": "build.clovernight.identity.verification",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "status",
          "verifierDid",
          "verifiedAt"
        ],
        "properties": {
          "status": {
            "type": "string",
            "description": "Verification status.",
            "knownValues": [
              "verified",
              "pending",
              "revoked"
            ]
          },
          "verifiedAt": {
            "type": "string",
            "format": "datetime",
            "description": "ISO 8601 timestamp of when verification was performed."
          },
          "verifierDid": {
            "type": "string",
            "format": "did",
            "description": "DID of the verifier that issued this verification."
          },
          "credentialRef": {
            "type": "string",
            "maxLength": 4096,
            "description": "Reference to the W3C Verifiable Credential (e.g., a JWT or URN)."
          }
        }
      },
      "description": "Identity verification status record — proves that a DID has been verified by a trusted verifier."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against build.clovernight.identity.verification

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:eylr5g42jkpwyputz3xbgynj
CID
bafyreifmi3stgfrbjmr6gw6mct6xodi76to4yjf26wo4wcfznhtvpxbxeu
Indexed At
2026-06-11 20:53 UTC
AT-URI
at://did:plc:eylr5g42jkpwyputz3xbgynj/com.atproto.lexicon.schema/build.clovernight.identity.verification

Lexicon Garden

@