{
    "fields": [
        {
            "name": "Měsíc",
            "title": "měsíc a rok zápisu uvolněného bytu",
            "constraints": {
                "required": true,
                "type": "http://www.w3.org/2001/XMLSchema#string"
            }
        },
        {
            "name": "Počet uvolněných bytů",
            "title": "počet uvolněných bytů v příslušném období",
            "constraints": {
                "required": true,
                "type": "http://www.w3.org/2001/XMLSchema#float"
            }
        }
    ]
}