{
	"$id": "https://www.volby.cz/kz/KZ_RKL_SOUHRN.schema.json",
	"$schema": "https://json-schema.org/draft/2020-12/schema",
	"title": "KZ - Registr kandidátních listin - souhrnný",
	"type": "object",
	"properties": {
		"typ": {
			"type": "string"
		},
		"iri": {
			"type": "string",
			"format": "iri",
			"title": "Identifikátor"
		},
		"název": {
			"$ref": "https://ofn.gov.cz/základní-datové-typy/2020-07-01/schémata/text.json"
		},
		"akronym": {
			"type": "string"
		},
		"platnost": {
			"$ref": "https://ofn.gov.cz/základní-datové-typy/2020-07-01/schémata/časový-interval.json"
		},
		"polozky": {
			"type": "array",
			"items": {
				"type": "object",
				"properties": {
					"typ": {
						"const": "Položka"
					},
					"iri": {
						"type": "string",
						"format": "iri",
						"title": "Identifikátor"
					},
					"KSTRANA": {
						"type": "integer",
						"description": "Vylosované číslo strany",
						"maximum": 9999
					},
					"VSTRANA": {
						"type": "integer",
						"description": "Interní kód strany ČSÚ dle číselníku volebních stran",
						"maximum": 9999
					},
					"NAZEVCELK": {
						"type": "string",
						"description": "Název strany - 120 znaků",
						"maxlength": 120
					},
					"NAZEV_STRK": {
						"type": "string",
						"description": "Název strany - 50 znaků",
						"maxlength": 50
					},
					"ZKRATKAK30": {
						"type": "string",
						"description": "Název strany - 30 znaků",
						"maxlength": 30
					},
					"ZKRATKAK8": {
						"type": "string",
						"description": "Zkratka názvu na 15 znaků",
						"maxlength": 15
					},
					"POCSTRVKO": {
						"type": "integer",
						"description": "Počet stran v koalici (1=samostatná strana)",
						"maximum": 99
					},
					"SLOZENI": {
						"type": "string",
						"description": "Interní kódy stran (VSTRANA), ze kterých se kandidátní listina skládá",
						"maxlength": 60
					},
					"STAVREG": {
						"type": "string",
						"description": "Stav registrace kandidátní listiny (strany) (0=zaregistrovaná, 1=odmítnutá)",
						"maxlength": 13
					},
					"PLAT_STR": {
						"type": "string",
						"description": "Stav platnosti strany (samostatné nebo v koalici) A=platná (vč. všech stran v koalici), N=strany s kódy uvedenými v položce SLOZNEPLAT byly zrušeny nebo jejich činnost pozastavena (původní položka PLATNOST)",
						"maxlength": 1
					},
					"SLOZNEPLAT": {
						"type": "string",
						"description": "Interní kódy stran zrušených nebo s pozastavenou činností (položka PLAT_STR=N)",
						"maxlength": 40
					},
					"POCMANDCR": {
						"type": "integer",
						"description": "Počet stranou získaných mandátů",
						"maximum": 999
					},
					"NAZEVPLNY": {
						"type": "string",
						"description": "Úplný (nezkrácený) název strany",
						"maxlength": 2000
					}
				},
				"additionalProperties": false,
				"required": ["KSTRANA"]
			}
		}
	},
	"required": [
		"iri",
		"typ",
		"název",
		"polozky"
	]
}
