social.coves.actor.block

coves.social

{
  "id": "social.coves.actor.block",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "subject",
          "createdAt"
        ],
        "properties": {
          "subject": {
            "type": "string",
            "format": "did",
            "description": "DID of the user being blocked"
          },
          "createdAt": {
            "type": "string",
            "format": "datetime",
            "description": "When the block was created"
          }
        }
      },
      "description": "Record declaring a block relationship against another user. Blocks are public and one-directional: only the blocker's view is affected."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against social.coves.actor.block

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:web:coves.social
CID
bafyreihbl7v3gh55ebwkvo7nghsfal3elktzkmsuzkjhxmd2ytpg65lv3q
Indexed At
2026-07-24 05:18 UTC
AT-URI
at://did:web:coves.social/com.atproto.lexicon.schema/social.coves.actor.block

Lexicon Garden

@