app.atbuddy.creature

atbuddy.app

{
  "id": "app.atbuddy.creature",
  "defs": {
    "main": {
      "key": "literal:self",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "species",
          "rarity",
          "isShiny",
          "createdAt"
        ],
        "properties": {
          "name": {
            "type": "string",
            "maxLength": 64
          },
          "rarity": {
            "type": "string",
            "knownValues": [
              "common",
              "uncommon",
              "rare",
              "epic",
              "legendary"
            ]
          },
          "isShiny": {
            "type": "boolean"
          },
          "species": {
            "type": "string",
            "knownValues": [
              "owl",
              "bat",
              "phoenix",
              "moth",
              "fox",
              "hedgehog",
              "goat",
              "frog",
              "cat",
              "dog",
              "rat",
              "octopus",
              "jellyfish",
              "seahorse",
              "crab",
              "shark",
              "dolphin",
              "dragon",
              "unicorn",
              "griffin",
              "slime",
              "robot",
              "satellite"
            ]
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          }
        }
      },
      "description": "A buddy creature companion. Fixed rkey self. One per account."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against app.atbuddy.creature

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:cjmftryiihdz5jafq77n6b2u
CID
bafyreige4hp3o2thqkqkzv5oks5degx2hem3pztptpiauwybt5cj4s56ri
Indexed At
2026-04-04 15:04 UTC
AT-URI
at://did:plc:cjmftryiihdz5jafq77n6b2u/com.atproto.lexicon.schema/app.atbuddy.creature

Version History (2 versions)

Lexicon Garden

@