{
    "fields": {
        "cAngebotsdokument": {
            "type": "file",
            "sourceList": [],
            "accept": [],
            "tooltip": true,
            "isCustom": true
        },
        "cAllotmentKontingent": {
            "type": "number",
            "len": 36,
            "notNull": false,
            "unique": false,
            "nextNumber": 1,
            "padLength": 5,
            "tooltip": true,
            "isCustom": true
        },
        "cLaufzeitMonate": {
            "type": "int",
            "tooltip": true,
            "isCustom": true
        },
        "cPreislisteLinks": {
            "type": "urlMultiple",
            "storeArrayValues": true,
            "tooltip": true,
            "isCustom": true
        },
        "cKostenstelle": {
            "type": "varchar",
            "maxLength": 100,
            "options": [],
            "tooltip": true,
            "isCustom": true
        },
        "cManagementFee": {
            "notNull": false,
            "type": "float",
            "tooltip": true,
            "isCustom": true
        },
        "cVertragslaufzeitMonate": {
            "type": "int",
            "tooltip": true,
            "isCustom": true
        }
    },
    "links": {
        "cAngebotsdokument": {
            "type": "belongsTo",
            "entity": "Attachment",
            "skipOrmDefs": true,
            "utility": true
        }
    }
}