farm.lore.curator

lore.farm

{
  "id": "farm.lore.curator",
  "defs": {
    "main": {
      "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."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "description": "A curator appointment for a world."
}

Validate Record

Validate a record against farm.lore.curator

Validation Options
Treat any remaining unresolved references as valid

Metadata

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

Version History (2 versions)

Lexicon Garden

@