{
    "fields": [
        {
            "name": "Typ objektu - název",
            "title": "označení objektu",
            "constraints": {
                "required": true,
                "type": "http://www.w3.org/2001/XMLSchema#string"
            }
        },
        {
            "name": "Ulice (Adresa, hl.adresa)",
            "title": "ulice, ve které se byt hl. m. Prahy nachází",
            "constraints": {
                "required": true,
                "type": "http://www.w3.org/2001/XMLSchema#string"
            }
        },
        {
            "name": "Č.domovní (Hl.adresa)",
            "title": "číslo domovní bytu hl. m. Prahy",
            "constraints": {
                "required": true,
                "type": "http://www.w3.org/2001/XMLSchema#float"
            }
        },
        {
            "name": "Č.orientační (Hl.adresa)",
            "title": "číslo orientační bytu hl. m. Prahy",
            "constraints": {
                "required": false,
                "type": "http://www.w3.org/2001/XMLSchema#float"
            }
        },
        {
            "name": "Č.orientační - písmeno (Hl.adresa)",
            "title": "dílčí označení orientačního čísla",
            "constraints": {
                "required": false,
                "type": "http://www.w3.org/2001/XMLSchema#string"
            }
        },
        {
            "name": "Číslo bytu",
            "title": "číselné označení bytu hl. m. Prahy",
            "constraints": {
                "required": true,
                "type": "http://www.w3.org/2001/XMLSchema#float"
            }
        },
        {
            "name": "Využití bytu - kód",
            "title": "interní označení bytu hl. m. Prahy",
            "constraints": {
                "required": true,
                "type": "http://www.w3.org/2001/XMLSchema#float"
            }
        },
        {
            "name": "Využití bytu - název",
            "title": "interní označení bytu hl. m. Prahy",
            "constraints": {
                "required": true,
                "type": "http://www.w3.org/2001/XMLSchema#string"
            }
        },
        {
            "name": "Městská část (Adresa, hl.adresa)",
            "title": "městská část, ve kterém se byt hl. m. Prahy nachází",
            "constraints": {
                "required": true,
                "type": "http://www.w3.org/2001/XMLSchema#string"
            }
        },
        {
            "name": "Část obce (Hl.adresa)",
            "title": "katastrální území, ve kterém se byt hl. m. Prahy nachází",
            "constraints": {
                "required": true,
                "type": "http://www.w3.org/2001/XMLSchema#string"
            }
        }
    ]
}