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