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