{
  "id": "http://json-schema.org/draft-04/schema#",
  "$schema": "http://json-schema.org/draft-04/schema#",
  "title": "ciselnik-cz-isco",
  "type": "object",
  "description": "Číselník profesí CZ-ISCO podle klasifikace ČSÚ",
  "x-docUrl": "https://data.mpsv.cz/web/data/-/ciselnik-cz-isco",
  "properties": {
    "polozky": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "id": {
            "type": "string",
            "maxLength": 129
          },
          "kod": {
            "type": "string",
            "maxLength": 64
          },
          "nazev": {
            "type": [
              "object"
            ],
            "properties": {
              "cs": {
                "type": [
                  "string"
                ]
              }
            },
            "required": [
              "cs"
            ]
          },
          "vhodnostProNevidome": {
            "type": [
              "object",
              "null"
            ],
            "description": "Stupeň vhodnosti pro nevidomé",
            "x-looseRef": "/od/soubory/ciselniky/vhodnosti.schema.json",
            "properties": {
              "id": {
                "type": "string",
                "maxLength": 129
              }
            },
            "required": [
              "id"
            ]
          },
          "vhodnostProSlabozrake": {
            "type": [
              "object",
              "null"
            ],
            "description": "Stupeň vhodnosti pro slabozraké",
            "x-looseRef": "/od/soubory/ciselniky/vhodnosti.schema.json",
            "properties": {
              "id": {
                "type": "string",
                "maxLength": 129
              }
            },
            "required": [
              "id"
            ]
          },
          "oboryCinnosti": {
            "type": [
              "array",
              "null"
            ],
            "description": "Obor činnosti volného místa na základě číselníku CZ-ISCO",
            "items": {
              "type": "object",
              "x-looseRef": "/od/soubory/ciselniky/obory-cinnosti-pro-vm.schema.json",
              "properties": {
                "id": {
                  "type": "string",
                  "maxLength": 129
                }
              },
              "required": [
                "id"
              ]
            }
          }
        },
        "required": [
          "id",
          "kod",
          "nazev"
        ]
      }
    }
  }
}