Backfill in-progress. Some lexicons and records may be missing or incomplete.

place.atwork.endorsementProof

atwork.place

Documentation

main record

A cryptographic proof record that validates an endorsement by containing the CID of the endorsement content.

Record Key tid Timestamp-based ID

Properties

cid string cid Required

The CID (Content Identifier) of the endorsement content that this proof validates. The endorsement's signatures array references this proof record.

View raw schema
{
  "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."
}

Lexicon Garden

@