house.birb.dyingSun.character

birb.house

Documentation

main record

No description available.

Record Key tid Timestamp-based ID

Properties

name string Required

No description available.

maxLength: 64 bytesminLength: 1 bytes
xp integer Required

No description available.

minimum: 0
View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "name",
      "xp"
    ],
    "properties": {
      "xp": {
        "type": "integer",
        "minimum": 0
      },
      "name": {
        "type": "string",
        "maxLength": 64,
        "minLength": 1
      }
    }
  }
}

Lexicon Garden

@