app.atbuddy.creature

atbuddy.app

Documentation

A buddy creature companion. Fixed rkey self. One per account.

main record

A buddy creature companion. Fixed rkey self. One per account.

Record Key literal:self Fixed literal value

Properties

createdAt string datetime Required

An RFC 3339 formatted timestamp.

isShiny boolean Required

No description available.

name string Optional

No description available.

maxLength: 64 bytes
rarity string Required

No description available.

Known values: common, uncommon, rare, epic, legendary
species string Required

No description available.

Known values: owl, bat, phoenix, moth, fox, hedgehog, goat, frog, cat, dog, rat, octopus, jellyfish, seahorse, crab, shark, dolphin, dragon, unicorn, griffin, slime, robot, satellite
View raw schema
{
  "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."
}

Lexicon Garden

@