{
"id": "place.atwork.endorsementProof",
"defs": {
"main": {
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"cid"
],
"properties": {
"cid": {
"type": "string",
"format": "cid",
"description": "The CID (Content Identifier) of the endorsement content that this proof validates. The endorsement's signatures array references this proof record."
}
}
},
"description": "A cryptographic proof record that validates an endorsement by containing the CID of the endorsement content."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}