Registers the user as a character (participant) in a world. Grants eligibility for lore and canon applications.
Record Key
tid
Timestamp-based ID
Properties
View raw schema
{
"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."
}