{
"id": "farm.lore.character",
"defs": {
"main": {
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"world",
"createdAt"
],
"properties": {
"name": {
"type": "string",
"maxLength": 256,
"description": "Optional character name or alias within the world."
},
"world": {
"type": "string",
"maxLength": 253,
"description": "The world domain the character is joining."
},
"createdAt": {
"type": "string",
"format": "datetime",
"description": "Timestamp of character registration."
}
}
},
"description": "Registers the user as a character (participant) in a world. Grants eligibility for lore and canon applications."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1,
"description": "A character joining a world."
}