      {
  "@context": ["http://www.w3.org/ns/csvw",{"@language": "cs"}],
  "url": "https://opendata.sukl.cz/soubory/NKOD/LEKARNY/nkod_lekarny_prac_doba.csv",
  "tableSchema": {
    "columns": [{
      "name": "TYP_LEKARNY",
      "titles": "Kód typu lékárny",
      "dc:description":"Kód typu lékárny",
      "required": true,
      "datatype": {"base": "string", "maxLength": 60}
    }, {
      "name": "DEN",
      "titles": "Den v týdnu a svátek",
      "dc:description":"Den v týdnu a svátek",
      "required": true,
      "datatype": {"base": "string", "maxLength": 60}
    }, {
      "name": "OD",
      "titles": "Otevírací doba",
      "dc:description":"Otevírací doba",
      "required": false,
      "datatype": {"base": "string", "maxLength": 40}
    }, {
      "name": "DO",
      "titles": "Zavírací doba",
      "dc:description":"Zavírací doba",
      "required": false,
      "datatype": {"base": "string", "maxLength": 30}
    }],
    "primaryKey": "KOD_PRACOVISTE"
  }
}