{
"id": "place.birds.block",
"defs": {
"main": {
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"subject",
"createdAt"
],
"properties": {
"subject": {
"type": "string",
"format": "did",
"description": "The account being blocked."
},
"createdAt": {
"type": "string",
"format": "datetime",
"description": "When the block was made."
}
}
},
"description": "A declaration that the author does not want to see, or be seen by, another account on birds.place. Public and stored in the author's own repository, so it travels with them and survives this service. Blocking is not a report: it makes no accusation and asks nobody to act. To report something, use the reporting flow in the app."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}