{
    "fields": [
        {
            "name": "Období",
            "title": "Rok",
            "constraints": {
                "required": true,
                "type": "http://www.w3.org/2001/XMLSchema#float"
            }
        },
        {
            "name": "Kompletní jméno",
            "title": "Příjmení, jméno a tituly zastupitele HMP",
            "constraints": {
                "required": true,
                "type": "http://www.w3.org/2001/XMLSchema#string"
            }
        },
        {
            "name": "Typ",
            "title": "Uvolněný nebo neuvolněný zastupitel HMP",
            "constraints": {
                "required": true,
                "type": "http://www.w3.org/2001/XMLSchema#string"
            }
        },
        {
            "name": "Částka",
            "title": "Souhrn měsíčních odměn za výkon funkce členů ZHMP",
            "constraints": {
                "required": true,
                "type": "http://www.w3.org/2001/XMLSchema#float"
            }
        }
    ]
}