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