A single endorsement pointer. The record key is the endorsed subject, so each entity can only be endorsed once per account.
Record Key
any
Any valid record key
Properties
View raw schema
{
"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."
}