{
"id": "fund.at.graph.endorse",
"defs": {
"main": {
"key": "any",
"type": "record",
"record": {
"type": "object",
"required": [
"subject"
],
"properties": {
"subject": {
"type": "string",
"maxLength": 512,
"description": "The endorsed entity: a DID (did:plc:..., did:web:...)."
},
"createdAt": {
"type": "string",
"format": "datetime",
"description": "When this endorsement was created."
}
}
},
"description": "A single endorsement pointer. The record key is the endorsed subject, so each entity can only be endorsed once per account."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1,
"description": "An endorsement entry. The author publicly signals they use or value the referenced entity."
}