{
"id": "pics.2bit.graph.block",
"defs": {
"main": {
"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."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}