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