532681d5c0
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
31 lines
729 B
JSON
31 lines
729 B
JSON
{
|
|
"id": "app.bsky.graph.listblock",
|
|
"defs": {
|
|
"main": {
|
|
"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)."
|
|
}
|
|
},
|
|
"$type": "com.atproto.lexicon.schema",
|
|
"lexicon": 1
|
|
}
|