{
"id": "farm.lore.banished",
"defs": {
"main": {
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"world",
"subject",
"createdAt"
],
"properties": {
"world": {
"type": "string",
"maxLength": 253,
"description": "The world domain the user is being banished from."
},
"reason": {
"type": "string",
"maxLength": 1024,
"description": "Optional reason for the banishment."
},
"subject": {
"type": "string",
"format": "did",
"description": "The DID of the user being banished."
},
"createdAt": {
"type": "string",
"format": "datetime",
"description": "Timestamp of the banishment."
}
}
},
"description": "Bans a user from participating in a world. Only the world owner may create banishment records."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1,
"description": "A user banned from a world."
}