world.ptah.temp.event

ptah.world

Documentation

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.

main record

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.

Record Key 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 graphemes
Known values: tournament, battle, gathering, contest, ritual
format string Optional

The competitive or structural format of the event.

maxLength: 640 bytesmaxGraphemes: 64 graphemes
Known values: bracket, roundRobin, openChallenge, singleElimination
locationReference 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.

Known values: world.ptah.temp.defs#canonicalStatusOfficial, world.ptah.temp.defs#canonicalStatusCommunity, pending
name string Required

What this event is called.

maxLength: 640 bytesmaxGraphemes: 64 graphemes
participants 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 graphemes
stakes string Optional

What is at risk or being contested.

maxLength: 10240 bytesmaxGraphemes: 1024 graphemes
status string Optional

The current phase of the event.

Known values: upcoming, active, completed
witnesses 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."
}

Lexicon Garden

@