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