{
"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
}