At
view release on metacpan or search on metacpan
share/lexicons/app/bsky/graph/block.json view on Meta::CPAN
{
"lexicon": 1,
"id": "app.bsky.graph.block",
"defs": {
"main": {
"type": "record",
"description": "Record declaring a 'block' relationship against another account. NOTE: blocks are public in Bluesky; see blog posts for details.",
"key": "tid",
"record": {
"type": "object",
"required": ["subject", "createdAt"],
"properties": {
"subject": {
"type": "string",
"format": "did",
"description": "DID of the account to be blocked."
},
"createdAt": { "type": "string", "format": "datetime" }
}
}
}
}
}
( run in 1.616 second using v1.01-cache-2.11-cpan-d8267643d1d )