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

app.bsky.graph.listblock

bsky-lexicons.bsky.social

Documentation

main record

Record representing a block relationship against an entire an entire list of accounts (actors).

Record Key tid Timestamp-based ID

Properties

createdAt string datetime Required

An RFC 3339 formatted timestamp.

subject string at-uri Required

Reference (AT-URI) to the mod list record.

View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "subject",
      "createdAt"
    ],
    "properties": {
      "subject": {
        "type": "string",
        "format": "at-uri",
        "description": "Reference (AT-URI) to the mod list record."
      },
      "createdAt": {
        "type": "string",
        "format": "datetime"
      }
    }
  },
  "description": "Record representing a block relationship against an entire an entire list of accounts (actors)."
}

Lexicon Garden

@