pics.2bit.graph.block

2bit.pics

Documentation

A block in the 2bit.pics social graph. Public and bidirectional: either party having blocked the other hides both directions of content.

main record

A block in the 2bit.pics social graph. Public and bidirectional: either party having blocked the other hides both directions of content.

Record Key tid Timestamp-based ID

Properties

createdAt string datetime Required

An RFC 3339 formatted timestamp.

subject string did Required

DID of the blocked actor.

View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "subject",
      "createdAt"
    ],
    "properties": {
      "subject": {
        "type": "string",
        "format": "did",
        "description": "DID of the blocked actor."
      },
      "createdAt": {
        "type": "string",
        "format": "datetime"
      }
    }
  },
  "description": "A block in the 2bit.pics social graph. Public and bidirectional: either party having blocked the other hides both directions of content."
}

Lexicon Garden

@