{
    "fields": [
        {
            "name": "cislotisku",
            "title": "Číslo tisku",
            "constraints": {
                "required": false,
                "type": "http://www.w3.org/2001/XMLSchema#string"
            }
        },
        {
            "name": "cislousneseni",
            "title": "Číslo usnesení",
            "constraints": {
                "required": false,
                "type": "http://www.w3.org/2001/XMLSchema#string"
            }
        },
        {
            "name": "volobd",
            "title": "Volební období",
            "constraints": {
                "required": true,
                "type": "http://www.w3.org/2001/XMLSchema#string"
            }
        },
        {
            "name": "datumjednani",
            "title": "Datum jednání",
            "constraints": {
                "required": false,
                "type": "http://www.w3.org/2001/XMLSchema#string"
            }
        },
        {
            "name": "orgjednotka",
            "title": "Typ materiálu",
            "constraints": {
                "required": false,
                "type": "http://www.w3.org/2001/XMLSchema#string"
            }
        },
        {
            "name": "rokusneseni",
            "title": "Rok usnesení",
            "constraints": {
                "required": true,
                "type": "http://www.w3.org/2001/XMLSchema#int"
            }
        },
        {
            "name": "nazevtisku",
            "title": "Název usnesení",
            "constraints": {
                "required": false,
                "type": "http://www.w3.org/2001/XMLSchema#string"
            }
        },
        {
            "name": "predkladatel",
            "title": "Předkladatel usnesení",
            "constraints": {
                "required": false,
                "type": "http://www.w3.org/2001/XMLSchema#string"
            }
        },
        {
            "name": "poradi",
            "title": "Pořadí hlasování v rámci skupiny",
            "constraints": {
                "required": true,
                "type": "http://www.w3.org/2001/XMLSchema#int"
            }
        },
        {
            "name": "cislojednani",
            "title": "Číslo jednání",
            "constraints": {
                "required": true,
                "type": "http://www.w3.org/2001/XMLSchema#string"
            }
        },
        {
            "name": "datumcas",
            "title": "Datum a čas hlasování",
            "constraints": {
                "required": true,
                "type": "http://www.w3.org/2001/XMLSchema#date"
            }
        },
        {
            "name": "pritomno",
            "title": "Hlasování přítomno",
            "constraints": {
                "required": true,
                "type": "http://www.w3.org/2001/XMLSchema#int"
            }
        },
        {
            "name": "nepritomno",
            "title": "Hlasování nepřítomno",
            "constraints": {
                "required": true,
                "type": "http://www.w3.org/2001/XMLSchema#int"
            }
        },
        {
            "name": "pocetpro",
            "title": "Počet hlasů Pro",
            "constraints": {
                "required": false,
                "type": "http://www.w3.org/2001/XMLSchema#int"
            }
        },
        {
            "name": "pocetproti",
            "title": "Počet hlasů Proti",
            "constraints": {
                "required": false,
                "type": "http://www.w3.org/2001/XMLSchema#int"
            }
        },
        {
            "name": "pocetzdrzel",
            "title": "Počet hlasů Zdržel se",
            "constraints": {
                "required": false,
                "type": "http://www.w3.org/2001/XMLSchema#int"
            }
        },
        {
            "name": "osobaJmeno",
            "title": "Jméno a příjmení hlasujícího",
            "constraints": {
                "required": true,
                "type": "http://www.w3.org/2001/XMLSchema#string"
            }
        }
    ]
}