{
  "oneOf": [
    {
      "type": "string",
      "maxLength": 5
    },
    {
      "type": "boolean"
    }
  ]
}
