{
  "id": "http://json-schema.org/draft-04/schema#",
  "x-docUrl": "https://data.mpsv.cz/web/data/-/ciselnik-ukazatelu-pro-pocty-uchazecu",
  "$schema": "http://json-schema.org/draft-04/schema#",
  "title": "ciselnik-ukazatelu-pro-pocty-uchazecu",
  "type": "object",
  "properties": {
    "polozky": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "type": {
            "type": "string"
          },
          "id": {
            "type": "string"
          },
          "poradi": {
            "type": "number"
          },
          "kod": {
            "type": "string"
          },
          "nazev": {
            "type": "string"
          },
          "zobrazovanyNazev": {
            "type": "string"
          }
        },
        "required": [
          "type",
          "id",
          "poradi",
          "kod",
          "nazev",
          "zobrazovanyNazev"
        ]
      }
    }
  }
}