{ "name": "DocuwareConfig", "description": "Docuware config", "base": "VnModel", "options": { "mysql": { "table": "docuwareConfig" } }, "properties": { "id": { "type": "number", "id": true, "description": "Identifier" }, "url": { "type": "string" }, "cookie": { "type": "string" } }, "acls": [ { "property": "*", "accessType": "*", "principalType": "ROLE", "principalId": "$everyone", "permission": "ALLOW" } ] }