{ "lexicon": 1, "id": "app.bsky.graph.listblock", "defs": { "main": { "type": "record", "description": "Record representing a block relationship against an entire an entire list of accounts (actors).", "key": "tid", "record": { "type": "object", "required": [ "subject", "createdAt" ], "properties": { "createdAt": { "type": "string", "format": "datetime" }, "subject": { "type": "string", "description": "Reference (AT-URI) to the mod list record.", "format": "at-uri" } } } } } }