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

events.smokesignal.calendar.acceptance

smokesignal.events

Documentation

main record

A cryptographic proof record that contains RSVP acceptance data.

Record Key tid Timestamp-based ID

Properties

cid string cid Required

The CID (Content Identifier) of the rsvp that this proof validates.

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 rsvp that this proof validates."
      }
    }
  },
  "description": "A cryptographic proof record that contains RSVP acceptance data."
}

Lexicon Garden

@