com.furrowedbrowser.at.helloWorld

will.at.furrowedbrowser.com

Documentation

TODO: describe purpose of this schema

main record

TODO: describe purpose of this schema

Record Key any Any valid record key

Properties

planet string Required

TODO: title name of record; can not be empty

maxLength: 20 bytesminLength: 1 bytes
View raw schema
{
  "key": "any",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "planet"
    ],
    "properties": {
      "planet": {
        "type": "string",
        "maxLength": 20,
        "minLength": 1,
        "description": "TODO: title name of record; can not be empty"
      }
    }
  },
  "description": "TODO: describe purpose of this schema"
}

Lexicon Garden

@