app.goblinquest.quest

gqlexicons.bsky.social

{
  "id": "app.goblinquest.quest",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "quest",
          "mood",
          "createdAt"
        ],
        "properties": {
          "mood": {
            "type": "string",
            "maxLength": 100,
            "description": "The goblin's mood when declaring the quest.",
            "knownValues": [
              "scheming",
              "enraged",
              "greedy",
              "foraging",
              "exhausted",
              "questing",
              "mysterious",
              "unhinged"
            ]
          },
          "quest": {
            "type": "string",
            "maxLength": 3000,
            "description": "The quest the goblin has declared.",
            "maxGraphemes": 300
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          }
        }
      },
      "description": "A quest declared by a goblin."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against app.goblinquest.quest

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:yik6wxcmeyinhp7znvblslru
CID
bafyreia6rcjowuav2gwr3hgs764gstcekya5kswuveljaqj6mdu2tk24gu
Indexed At
2026-07-16 14:51 UTC
AT-URI
at://did:plc:yik6wxcmeyinhp7znvblslru/com.atproto.lexicon.schema/app.goblinquest.quest

Lexicon Garden

@