{
    "name": "PrintConfig",
    "description": "Print config",
    "base": "VnModel",
    "options": {
        "mysql": {
            "table": "salix.printConfig"
        }
    },
    "properties": {
        "id": {
            "id": true,
            "type": "number",
            "description": "Identifier"
        },
        "itRecipient": {
            "type": "string"
        },
        "incidencesEmail": {
            "type": "string"
        }
    },
    "acls": [{
        "accessType": "READ",
        "principalType": "ROLE",
        "principalId": "$everyone",
        "permission": "ALLOW"
    }]
}