{
  "@context": ["http://www.w3.org/ns/csvw",{"@language": "cs"}],
  "url": "eprkl_slozeni.csv",
  "tableSchema": { 
    "columns": [{
      "name": "KSTRANA",
      "titles": "KSTRANA",
      "dc:description": "Vylosované číslo strany",
      "required": true,
      "datatype": "number"
    },{
      "name": "TYPSLOZENI",
      "titles": "TYPSLOZENI",
      "dc:description": "Typ vazby - P: platné strany, N: neplatné strany",
      "required": true,
      "datatype": "string"
    },{
      "name": "NSTRANA",
      "titles": "NSTRANA",
      "dc:description": "Kód navrhující strany",
      "required": true,
      "datatype": "number"
    }
    ],
    "primaryKey": "KSTRANA"
  }
}
