world.ptah.temp.declaration

lexicon.store View official

Documentation

Declaration of participation in The Ptah Protocol. Create this record to signal that your account is active in the Ptah ecosystem. Delete it to deactivate.

main record

Declaration of participation in The Ptah Protocol. Create this record to signal that your account is active in the Ptah ecosystem. Delete it to deactivate.

Record Key literal:self Fixed literal value

Properties

createdAt string datetime Required

Timestamp of when this account first declared participation.

description string Optional

Short description of the participant's role or interests in the Ptah ecosystem.

maxLength: 2560 bytesmaxGraphemes: 256 graphemes
displayName string Optional

Human-readable name for this participant. Not a character name — the person behind the characters.

maxLength: 640 bytesmaxGraphemes: 64 graphemes
View raw schema
{
  "key": "literal:self",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "createdAt"
    ],
    "properties": {
      "createdAt": {
        "type": "string",
        "format": "datetime",
        "description": "Timestamp of when this account first declared participation."
      },
      "description": {
        "type": "string",
        "maxLength": 2560,
        "description": "Short description of the participant's role or interests in the Ptah ecosystem.",
        "maxGraphemes": 256
      },
      "displayName": {
        "type": "string",
        "maxLength": 640,
        "description": "Human-readable name for this participant. Not a character name — the person behind the characters.",
        "maxGraphemes": 64
      }
    }
  },
  "description": "Declaration of participation in The Ptah Protocol. Create this record to signal that your account is active in the Ptah ecosystem. Delete it to deactivate."
}

Lexicon Garden

@