{
	"$id": "https://www.volby.cz/kz/KZ_RKL_SLOZENI.schema.json",
	"$schema": "https://json-schema.org/draft/2020-12/schema",
	"title": "KZ - registr kandidátních listin - složení",
	"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
					},
					"TYPSLOZENI": {
						"type": "string",
						"description": "Typ vazby - P: platné strany, N: neplatné strany",
						"maxlength": 1
					},
					"NSTRANA": {
						"type": "integer",
						"description": "Kód navrhující strany"
					}
				},
				"additionalProperties": false,
				"required": ["KSTRANA"]
			}
		}
	},
	"required": [
		"iri",
		"typ",
		"název",
		"polozky"
	]
}
