{
    "name": "Config",
    "base": "VnModel",
    "options": {
        "mysql": {
            "table": "config"
        }
    },
    "properties": {
        "inventoried": {
            "type": "date"
        }
    },
    "acls": [
        {
            "accessType": "READ",
            "principalType": "ROLE",
            "principalId": "$authenticated",
            "permission": "ALLOW"
        }
    ]
}