{
"id": "at.margin.verification",
"defs": {
"main": {
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"subject",
"createdAt"
],
"properties": {
"subject": {
"type": "string",
"format": "did",
"description": "The DID of the user being verified"
},
"createdAt": {
"type": "string",
"format": "datetime"
}
}
},
"description": "A verification record stored on the verifier's PDS indicating they have verified another user"
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1,
"description": "Verification record - staff can verify users as trusted contributors"
}