{
    "fields": {
        "cKundenTyp": {
            "type": "enum",
            "required": true,
            "options": [
                "Eigentümer",
                "Corporate"
            ],
            "style": {
                "Eigentümer": null,
                "Corporate": null
            },
            "default": "Eigentümer",
            "maxLength": 100,
            "isCustom": true
        },
        "cEinheitenObjekt": {
            "type": "int",
            "tooltip": true,
            "isCustom": true
        },
        "cKostenstelle": {
            "type": "varchar",
            "maxLength": 100,
            "options": [],
            "tooltip": true,
            "isCustom": true
        },
        "cZahlungszielTage": {
            "type": "int",
            "tooltip": true,
            "isCustom": true
        },
        "cRechnungsformat": {
            "type": "enum",
            "options": [
                "PDF",
                "Papier"
            ],
            "style": {
                "PDF": null,
                "Papier": null
            },
            "default": "PDF",
            "tooltip": true,
            "maxLength": 100,
            "isCustom": true
        },
        "cManagementFee": {
            "notNull": false,
            "type": "float",
            "tooltip": true,
            "isCustom": true
        },
        "cVertragsdokument": {
            "type": "file",
            "sourceList": [],
            "accept": [],
            "tooltip": true,
            "isCustom": true
        },
        "cNoWalkPolicy": {
            "type": "checklist",
            "storeArrayValues": true,
            "default": [],
            "options": [
                "No-Walk-Policy"
            ],
            "tooltip": true,
            "isCustom": true
        },
        "cNotfallNummer": {
            "type": "varchar",
            "maxLength": 100,
            "options": [],
            "tooltip": true,
            "isCustom": true
        },
        "cReaktionszeitVereinbart": {
            "type": "varchar",
            "maxLength": 255,
            "options": [],
            "tooltip": true,
            "isCustom": true
        },
        "cEinsatzfenster": {
            "type": "varchar",
            "maxLength": 255,
            "options": [],
            "tooltip": true,
            "isCustom": true
        }
    },
    "links": {
        "cVertragsdokument": {
            "type": "belongsTo",
            "entity": "Attachment",
            "skipOrmDefs": true,
            "utility": true
        }
    }
}
