{
"id": "farm.lore.curator",
"defs": {
"main": {
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"world",
"subject",
"createdAt"
],
"properties": {
"role": {
"type": "string",
"maxLength": 256,
"description": "Optional role title for the curator."
},
"world": {
"type": "string",
"maxLength": 253,
"description": "The world domain this curator appointment applies to."
},
"subject": {
"type": "string",
"format": "did",
"description": "The DID of the user being appointed as curator."
},
"createdAt": {
"type": "string",
"format": "datetime",
"description": "Timestamp of the appointment."
}
}
},
"description": "Endorses a user as a curator (loremaster) for a world. Written by the world owner to grant curator privileges."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1,
"description": "A curator appointment for a world."
}