A boxing match program combined with a history book entry. Before the fight it is a schedule. After the fight it is a permanent record. Ptah-Seker-Osiris — creation, shadow, rebirth. The event holds all three phases simultaneously.
tid
Timestamp-based ID
Properties
completedAt
string
datetime
Optional
Timestamp of when the event concluded.
createdAt
string
datetime
Required
Timestamp of event creation.
creatorDID
string
did
Required
Who organized this event.
eventType
string
Optional
What kind of event. Open-ended.
maxLength: 640 bytesmaxGraphemes: 64 graphemestournament, battle, gathering, contest, ritualformat
string
Optional
The competitive or structural format of the event.
maxLength: 640 bytesmaxGraphemes: 64 graphemesbracket, roundRobin, openChallenge, singleEliminationlocationReference
string
at-uri
Optional
The AT URI of the location where this event happened.
loreStatus
string
Optional
The narrative standing of this event in the world's timeline.
world.ptah.temp.defs#canonicalStatusOfficial, world.ptah.temp.defs#canonicalStatusCommunity, pendingname
string
Required
What this event is called.
maxLength: 640 bytesmaxGraphemes: 64 graphemesparticipants
array
of
string
at-uri
Optional
AT URIs of the character records participating. Not people — characters.
result
string
Optional
The outcome. Populated when status moves to completed.
maxLength: 10240 bytesmaxGraphemes: 1024 graphemesstakes
string
Optional
What is at risk or being contested.
maxLength: 10240 bytesmaxGraphemes: 1024 graphemesstatus
string
Optional
The current phase of the event.
upcoming, active, completedwitnesses
array
of
string
at-uri
Optional
AT URIs of individual witness action records. Each witness action is a real record created by a real DID at a real timestamp. Witnessing is a verifiable technical contribution, not just a tally.
worldReference
string
at-uri
Required
The AT URI of the world this event occurred in.
View raw schema
{
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"name",
"creatorDID",
"worldReference",
"createdAt"
],
"properties": {
"name": {
"type": "string",
"maxLength": 640,
"description": "What this event is called.",
"maxGraphemes": 64
},
"format": {
"type": "string",
"maxLength": 640,
"description": "The competitive or structural format of the event.",
"knownValues": [
"bracket",
"roundRobin",
"openChallenge",
"singleElimination"
],
"maxGraphemes": 64
},
"result": {
"type": "string",
"maxLength": 10240,
"description": "The outcome. Populated when status moves to completed.",
"maxGraphemes": 1024
},
"stakes": {
"type": "string",
"maxLength": 10240,
"description": "What is at risk or being contested.",
"maxGraphemes": 1024
},
"status": {
"type": "string",
"description": "The current phase of the event.",
"knownValues": [
"upcoming",
"active",
"completed"
]
},
"createdAt": {
"type": "string",
"format": "datetime",
"description": "Timestamp of event creation."
},
"eventType": {
"type": "string",
"maxLength": 640,
"description": "What kind of event. Open-ended.",
"knownValues": [
"tournament",
"battle",
"gathering",
"contest",
"ritual"
],
"maxGraphemes": 64
},
"witnesses": {
"type": "array",
"items": {
"type": "string",
"format": "at-uri"
},
"description": "AT URIs of individual witness action records. Each witness action is a real record created by a real DID at a real timestamp. Witnessing is a verifiable technical contribution, not just a tally."
},
"creatorDID": {
"type": "string",
"format": "did",
"description": "Who organized this event."
},
"loreStatus": {
"type": "string",
"description": "The narrative standing of this event in the world's timeline.",
"knownValues": [
"world.ptah.temp.defs#canonicalStatusOfficial",
"world.ptah.temp.defs#canonicalStatusCommunity",
"pending"
]
},
"completedAt": {
"type": "string",
"format": "datetime",
"description": "Timestamp of when the event concluded."
},
"participants": {
"type": "array",
"items": {
"type": "string",
"format": "at-uri"
},
"description": "AT URIs of the character records participating. Not people — characters."
},
"worldReference": {
"type": "string",
"format": "at-uri",
"description": "The AT URI of the world this event occurred in."
},
"locationReference": {
"type": "string",
"format": "at-uri",
"description": "The AT URI of the location where this event happened."
}
}
},
"description": "A boxing match program combined with a history book entry. Before the fight it is a schedule. After the fight it is a permanent record. Ptah-Seker-Osiris — creation, shadow, rebirth. The event holds all three phases simultaneously."
}