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