farm.lore.world

lore.farm

{
  "id": "farm.lore.world",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "domain",
          "name",
          "createdAt"
        ],
        "properties": {
          "lore": {
            "type": "string",
            "default": "open",
            "maxLength": 20,
            "description": "Who may declare content as lore.",
            "knownValues": [
              "open",
              "characters",
              "curators"
            ]
          },
          "name": {
            "type": "string",
            "maxLength": 256,
            "description": "Display name of the world."
          },
          "canon": {
            "type": "string",
            "default": "curators",
            "maxLength": 20,
            "description": "Who may promote lore to canon.",
            "knownValues": [
              "open",
              "curators",
              "loremaster"
            ]
          },
          "domain": {
            "type": "string",
            "maxLength": 253,
            "description": "The domain name that identifies this world (e.g. 'reverie.house')."
          },
          "appoint": {
            "type": "string",
            "default": "loremaster",
            "maxLength": 20,
            "description": "Who may appoint curators.",
            "knownValues": [
              "loremaster",
              "curators"
            ]
          },
          "character": {
            "type": "string",
            "default": "open",
            "maxLength": 20,
            "description": "Character registration policy.",
            "knownValues": [
              "open",
              "invited"
            ]
          },
          "createdAt": {
            "type": "string",
            "format": "datetime",
            "description": "Timestamp of world creation."
          },
          "description": {
            "type": "string",
            "maxLength": 2048,
            "description": "A short description of the world."
          }
        }
      },
      "description": "Declares a shared creative world on lore.farm. The world domain becomes the canonical identifier for all lore, characters, and canon within it."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "description": "A shared creative world where users contribute lore and canon."
}

Validate Record

Validate a record against farm.lore.world

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:pfyyashnoatlhgwwfq7ut64l
CID
bafyreifqjvikopojgffbmuvlt4vzkucwymxawgkw4fll6ry23fvybpqgfu
Indexed At
2026-03-23 20:16 UTC
AT-URI
at://did:plc:pfyyashnoatlhgwwfq7ut64l/com.atproto.lexicon.schema/farm.lore.world

Version History (3 versions)

Lexicon Garden

@