xyz.atpoke.graph.poke

baileytownsend.dev

Documentation

Record declaring you poked another did, there can be multiple pokes per did

main record

Record declaring you poked another did, there can be multiple pokes per did

Record Key tid Timestamp-based ID

Properties

createdAt string datetime Required

An RFC 3339 formatted timestamp.

subject string did Required

A decentralized identifier (DID).

View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "subject",
      "createdAt"
    ],
    "properties": {
      "subject": {
        "type": "string",
        "format": "did"
      },
      "createdAt": {
        "type": "string",
        "format": "datetime"
      }
    }
  },
  "description": "Record declaring you poked another did, there can be multiple pokes per did"
}

Lexicon Garden

@