{
    "name": "OrmConfig",
    "base": "VnModel",
    "options": {
        "mysql": {
            "table": "ormConfig"
        }
    },
    "properties": {
        "id": {
            "type": "number",
            "id": true
        },
        "selectLimit": {
            "type": "number"
        }
    },
    "acls": [
        {
            "accessType": "*",
            "principalType": "ROLE",
            "principalId": "$authenticated",
            "permission": "ALLOW"
        }
    ]
}