{
    "rest": true,
    "allowMapping": true,
    "type": "subsidiary",
    "id": "subsidiary",
    "criteria": "subsidiary",
    "select": "",
    "where": "",
    "inner": "",
    "mapping": {
        "title": "name",
        "legalname": "legalName",
        "fullname": "fullName",
        "isinactive": "isInactive",
        "email": "email",
        "fax": "fax",
        "url": "url",
        "parent": "parent"
    },
    "dependencies": {
        "locations": {
            "name": "Locations",
            "model": "Location",
            "path": "/src/Domain/Locations/Data/criteria.json"
        },
        "department": {
            "name": "Departments",
            "model": "Department",
            "path": "/src/Domain/Departments/Data/criteria.json"
        },
        "classification": {
            "name": "Classification",
            "model": "Classification",
            "path": "/src/Domain/Classifications/Data/criteria.json"
        }
    }
}
