{
    "$schema": "https:\/\/json-schema.org\/draft\/2020-12\/schema",
    "$id": "https:\/\/statistiky.ekcr.info\/otevrena-data\/schema\/soudni-exekutori.json",
    "title": "Soudní exekutoři",
    "description": "Celkový počet exekucí evidovaných v jednotlivých úřadech",
    "type": "array",
    "properties": {
        "urad": {
            "description": "Příjmení a jméno soudního exekutora",
            "type": "string"
        },
        "obvod": {
            "description": "Obvod",
            "type": "string"
        },
        "trojcisli": {
            "description": "Trojčíslí soudního exekutora",
            "type": "string"
        },
        "exekuci": {
            "description": "Celkový počet evidovaných exekucí",
            "type": "integer"
        }
    },
    "required": [
        "urad",
        "obvod",
        "trojcisli",
        "exekuci"
    ]
}