{ "name": "Docuware", "description": "Docuware sections", "base": "VnModel", "options": { "mysql": { "table": "docuware" } }, "properties": { "id": { "type": "number", "id": true, "description": "Identifier" }, "code": { "type": "string" }, "fileCabinetName": { "type": "string" }, "dialogName": { "type": "string" }, "find": { "type": "string" } }, "acls": [ { "property": "*", "accessType": "*", "principalType": "ROLE", "principalId": "$everyone", "permission": "ALLOW" } ] }