com.babesky.graph.verification

babesky.com

{
  "id": "com.babesky.graph.verification",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "subject",
          "handle",
          "displayName",
          "createdAt"
        ],
        "properties": {
          "handle": {
            "type": "string",
            "format": "handle",
            "description": "Handle of the creator at time of verification. Used for ongoing validity checks."
          },
          "subject": {
            "type": "string",
            "format": "did",
            "description": "DID of the verified creator."
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "displayName": {
            "type": "string",
            "description": "Display name of the creator at time of verification. Used for ongoing validity checks.",
            "maxGraphemes": 64
          }
        }
      },
      "description": "A verified creator attestation issued by Babesky. Records are written by Babesky's service DID (did:plc:qtapiembzpxlzsiagnc7eyy3) into its own repository, pointing at the subject's DID. Validity is dynamic: the handle and displayName must still match the subject's current values. Records must be deleted when a creator is removed from Babesky's database."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against com.babesky.graph.verification

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:qtapiembzpxlzsiagnc7eyy3
CID
bafyreid3cp6tf5wxbgluabinywhincidavet32j33ty44qugeipa2d5pc4
Indexed At
2026-04-27 23:36 UTC
AT-URI
at://did:plc:qtapiembzpxlzsiagnc7eyy3/com.atproto.lexicon.schema/com.babesky.graph.verification

Lexicon Garden

@