{
  "@context": ["http://www.w3.org/ns/csvw",{"@language": "en"}],
  "url": "https://vdb.czso.cz/pll/eweb/stapro.csv",
  "tableSchema": {
    "columns": [{
      "name": "kod",
      "titles": "kod",
      "dc:description":"code of statistical variable in the SMS UKAZ system",
      "required": true,
      "datatype": "string"
    }, {
      "name": "text",
      "titles": "text",
      "dc:description":"name of statistical variable (in Czech)",
      "required": true,
      "datatype": "string"
    }, {
      "name": "text_en",
      "titles": "text_en",
      "dc:description":"name of statistical variable (in English)",
      "required": false,
      "datatype": "string"
    }, {
      "name": "platiod",
      "titles": "platiod",
      "dc:description":"start of validity in format RRRR-MM-DD",
      "required": true,
      "datatype": "date"
    }, {
      "name": "neplatipo",
      "titles": "neplatipo",
      "dc:description":"end of validity in format RRRR-MM-DD",
      "required": true,
      "datatype": "date"
    }, {
      "name": "definice",
      "titles": "definice",
      "dc:description":"definition of statistical variable (in Czech)",
      "required": true,
      "datatype": "string"
    }, {
      "name": "definice_en",
      "titles": "definice_en",
      "dc:description":"definition of statistical variable (in English)",
      "required": false,
      "datatype": "string"
      }
    ],
    "primaryKey": "kod"
  }
}
