world.ptah.temp.world

lexicon.store View official

Documentation

The deed. Establishes that a world exists, who created it, and what its basic properties are. Ptah conceives the world in his heart — this record is that conception made permanent.

main record

The deed. Establishes that a world exists, who created it, and what its basic properties are. Ptah conceives the world in his heart — this record is that conception made permanent.

Record Key tid Timestamp-based ID

Properties

canonicalStatus string Optional

Whether this world is open for contribution, controlled by the originator, or governed by community consensus.

Known values: world.ptah.temp.defs#canonicalStatusOfficial, world.ptah.temp.defs#canonicalStatusCommunity, world.ptah.temp.defs#canonicalStatusApocryphal
createdAt string datetime Required

Timestamp of world creation.

creatorDID string did Required

The permanent identity of whoever seeded this world. This never changes.

description string Optional

What kind of world this is, in plain language.

maxLength: 10240 bytesmaxGraphemes: 1024 graphemes
governanceMode string Optional

The constitutional posture of the world. Signals how contributions and canon are governed before anyone contributes.

Known values: sandbox, governed, constitutional
name string Required

What the world is called.

maxLength: 640 bytesmaxGraphemes: 64 graphemes
renderingHints ref #renderingHints Optional

Loose metadata telling visual rendering layers what kind of world this is — tone, era, genre, aesthetic.

sourceReference string Optional

If sourceType is publicDomain, the specific source material this world is derived from.

maxLength: 10240 bytesmaxGraphemes: 1024 graphemes
sourceType string Optional

The intellectual property origin of this world.

Known values: world.ptah.temp.defs#sourceTypeOriginalIP, world.ptah.temp.defs#sourceTypePublicDomain, world.ptah.temp.defs#sourceTypeCollaborativeCommons
View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "name",
      "creatorDID",
      "createdAt"
    ],
    "properties": {
      "name": {
        "type": "string",
        "maxLength": 640,
        "description": "What the world is called.",
        "maxGraphemes": 64
      },
      "createdAt": {
        "type": "string",
        "format": "datetime",
        "description": "Timestamp of world creation."
      },
      "creatorDID": {
        "type": "string",
        "format": "did",
        "description": "The permanent identity of whoever seeded this world. This never changes."
      },
      "sourceType": {
        "type": "string",
        "description": "The intellectual property origin of this world.",
        "knownValues": [
          "world.ptah.temp.defs#sourceTypeOriginalIP",
          "world.ptah.temp.defs#sourceTypePublicDomain",
          "world.ptah.temp.defs#sourceTypeCollaborativeCommons"
        ]
      },
      "description": {
        "type": "string",
        "maxLength": 10240,
        "description": "What kind of world this is, in plain language.",
        "maxGraphemes": 1024
      },
      "governanceMode": {
        "type": "string",
        "description": "The constitutional posture of the world. Signals how contributions and canon are governed before anyone contributes.",
        "knownValues": [
          "sandbox",
          "governed",
          "constitutional"
        ]
      },
      "renderingHints": {
        "ref": "#renderingHints",
        "type": "ref",
        "description": "Loose metadata telling visual rendering layers what kind of world this is — tone, era, genre, aesthetic."
      },
      "canonicalStatus": {
        "type": "string",
        "description": "Whether this world is open for contribution, controlled by the originator, or governed by community consensus.",
        "knownValues": [
          "world.ptah.temp.defs#canonicalStatusOfficial",
          "world.ptah.temp.defs#canonicalStatusCommunity",
          "world.ptah.temp.defs#canonicalStatusApocryphal"
        ]
      },
      "sourceReference": {
        "type": "string",
        "maxLength": 10240,
        "description": "If sourceType is publicDomain, the specific source material this world is derived from.",
        "maxGraphemes": 1024
      }
    }
  },
  "description": "The deed. Establishes that a world exists, who created it, and what its basic properties are. Ptah conceives the world in his heart — this record is that conception made permanent."
}
renderingHints object

Visual and tonal metadata for rendering layers. The world has to feel like something before anything has happened in it yet.

Properties

aesthetic string Optional

Visual texture, materials, atmosphere.

maxLength: 2560 bytesmaxGraphemes: 256 graphemes
era string Optional

The temporal setting or period.

maxLength: 2560 bytesmaxGraphemes: 256 graphemes
genre string Optional

The narrative genre.

maxLength: 2560 bytesmaxGraphemes: 256 graphemes
tone string Optional

The emotional register of the world.

maxLength: 2560 bytesmaxGraphemes: 256 graphemes
View raw schema
{
  "type": "object",
  "properties": {
    "era": {
      "type": "string",
      "maxLength": 2560,
      "description": "The temporal setting or period.",
      "maxGraphemes": 256
    },
    "tone": {
      "type": "string",
      "maxLength": 2560,
      "description": "The emotional register of the world.",
      "maxGraphemes": 256
    },
    "genre": {
      "type": "string",
      "maxLength": 2560,
      "description": "The narrative genre.",
      "maxGraphemes": 256
    },
    "aesthetic": {
      "type": "string",
      "maxLength": 2560,
      "description": "Visual texture, materials, atmosphere.",
      "maxGraphemes": 256
    }
  },
  "description": "Visual and tonal metadata for rendering layers. The world has to feel like something before anything has happened in it yet."
}

Lexicon Garden

@