{
    "name": "AlertLevel",
    "description": "Alert levels of a ticket",
    "base": "VnModel",
    "options": {
        "mysql": {
            "table": "alertLevel"
        }
    },
    "properties": {
      "code": {
        "type": "String",
        "id": true,
        "description": "Identifier"
      },
      "alertLevel": {
        "type": "Number",
        "id": true
      }
    },
    "acls": [
      {
        "accessType": "READ",
        "principalType": "ROLE",
        "principalId": "$everyone",
        "permission": "ALLOW"
      }
    ]
  }