{
	"$id": "https://www.volby.cz/ep/EP_REGKAND.schema.json",
	"$schema": "https://json-schema.org/draft/2020-12/schema",
	"title": "EP - registr kandidátů",
	"description": "Registr kandidátů",
	"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"
					},
					"ESTRANA": {
						"type": "integer",
						"description": "Vylosované číslo strany (vazba na RKL)",
						"maximum": 9999
					},
					"PORCISLO": {
						"type": "integer",
						"description": "Pořadí na KL (hlasovacím lístku)",
						"maximum": 99
					},
					"JMENO": {
						"type": "string",
						"description": "Jméno, příp. i další jména",
						"maxlength": 40
					},
					"PRIJMENI": {
						"type": "string",
						"description": "Příjmení",
						"maxlength": 40
					},
					"TITULPRED": {
						"type": "string",
						"description": "Tituly před jménem",
						"maxlength": 25
					},
					"TITULZA": {
						"type": "string",
						"description": "Tituly za příjmením",
						"maxlength": 25
					},
					"VEK": {
						"type": "integer",
						"description": "Věk",
						"maximum": 999
					},
					"STATOBCAN": {
						"type": "string",
						"description": "Státní občanství",
						"maxlength": 8
					},
					"POVOLANI": {
						"type": "string",
						"description": "Povolání",
						"maxlength": 200
					},
					"BYDLISTEN": {
						"type": "string",
						"description": "Název obce - bydliště",
						"maxlength": 40
					},
					"BYDLISTEK": {
						"type": "integer",
						"description": "Kód obce - bydliště",
						"maximum": 999999
					},
					"PSTRANA": {
						"type": "integer",
						"description": "Kód politické příslušnosti",
						"maximum": 9999
					},
					"NSTRANA": {
						"type": "integer",
						"description": "Kód navrhující strany",
						"maximum": 9999
					},
					"PLATNOST": {
						"type": "string",
						"description": "Platnost (A = platný, N = neplatný)",
						"maxlength": 1
					},
					"POCHLASU": {
						"type": "integer",
						"description": "Počet přednostních hlasů",
						"maximum": 9999999
					},
					"POCPROC": {
						"type": "number",
						"description": "Procento přednostních hlasů"
					},
					"MANDAT": {
						"type": "string",
						"description": "A = zvolen, N = nezvolen",
						"maxlength": 1
					},
					"PORADIMAND": {
						"type": "integer",
						"description": "Pořadí přidělení mandátu (1-21, 0=strana nezískala žádný mandát)",
						"maximum": 99
					},
					"PORADINAHR": {
						"type": "integer",
						"description": "Pořadí náhradníka (1-27, 0=strana nezískala žádný mandát)",
						"maximum": 99
					}
				},
				"additionalProperties": false,
				"required": ["ESTRANA","PORCISLO"]
			}
		}
	},
	"required": [
		"iri",
		"typ",
		"název",
		"polozky"
	]
}
