{ "name": "Ink", "base": "VnModel", "options": { "mysql": { "table": "ink" } }, "properties": { "id": { "type": "string", "id": true, "description": "Identifier" }, "name": { "type": "string" }, "showOrder": { "type": "number" } }, "acls": [ { "accessType": "READ", "principalType": "ROLE", "principalId": "$everyone", "permission": "ALLOW" } ] }