net.bnewbold.demo.mushies

alt.robocracy.org

Documentation

it's a kind of fungus

main record

it's a kind of fungus

Record Key any Any valid record key

Properties

commonName string Required

No description available.

maxLength: 2560 bytesmaxGraphemes: 256 graphemes
edible boolean Optional

No description available.

species string Optional

No description available.

maxLength: 2560 bytesmaxGraphemes: 256 graphemes
View raw schema
{
  "key": "any",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "commonName"
    ],
    "properties": {
      "edible": {
        "type": "boolean"
      },
      "species": {
        "type": "string",
        "maxLength": 2560,
        "maxGraphemes": 256
      },
      "commonName": {
        "type": "string",
        "maxLength": 2560,
        "maxGraphemes": 256
      }
    }
  },
  "description": "it's a kind of fungus"
}

Lexicon Garden

@