farm.lore.curator

lore.farm

Documentation

Endorses a user as a curator (loremaster) for a world. Written by the world owner to grant curator privileges.

main record
1 example

Endorses a user as a curator (loremaster) for a world. Written by the world owner to grant curator privileges.

Record Key tid Timestamp-based ID

Properties

createdAt string datetime Required

Timestamp of the appointment.

role string Optional

Optional role title for the curator.

maxLength: 256 bytes
subject string did Required

The DID of the user being appointed as curator.

world string Required

The world domain this curator appointment applies to.

maxLength: 253 bytes
View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "world",
      "subject",
      "createdAt"
    ],
    "properties": {
      "role": {
        "type": "string",
        "maxLength": 256,
        "description": "Optional role title for the curator."
      },
      "world": {
        "type": "string",
        "maxLength": 253,
        "description": "The world domain this curator appointment applies to."
      },
      "subject": {
        "type": "string",
        "format": "did",
        "description": "The DID of the user being appointed as curator."
      },
      "createdAt": {
        "type": "string",
        "format": "datetime",
        "description": "Timestamp of the appointment."
      }
    }
  },
  "description": "Endorses a user as a curator (loremaster) for a world. Written by the world owner to grant curator privileges."
}

Lexicon Garden

@