{
    "name": "SaySimpleConfig",
    "base": "VnModel",
    "options": {
        "mysql": {
            "table": "saySimpleConfig"
        }
    },
    "properties": {
        "id": {
            "type": "number",
            "id": true
        },
        "url": {
            "type": "string"
        },
        "defaultChannel": {
            "type": "number"
        }
    },
    "acls": [
        {
            "accessType": "READ",
            "principalType": "ROLE",
            "principalId": "$authenticated",
            "permission": "ALLOW"
        }
    ]
}