2018-12-21 11:06:01 +00:00
|
|
|
{
|
|
|
|
"name": "AlertLevel",
|
|
|
|
"description": "Alert levels of a ticket",
|
|
|
|
"base": "VnModel",
|
|
|
|
"options": {
|
|
|
|
"mysql": {
|
|
|
|
"table": "alertLevel"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"properties": {
|
2020-02-17 12:50:54 +00:00
|
|
|
"code": {
|
2021-06-29 16:01:33 +00:00
|
|
|
"type": "string"
|
|
|
|
},
|
|
|
|
"id": {
|
|
|
|
"type": "number",
|
2020-02-17 12:50:54 +00:00
|
|
|
"id": true,
|
|
|
|
"description": "Identifier"
|
|
|
|
}
|
2018-12-21 11:06:01 +00:00
|
|
|
},
|
|
|
|
"acls": [
|
2020-02-17 12:50:54 +00:00
|
|
|
{
|
|
|
|
"accessType": "READ",
|
|
|
|
"principalType": "ROLE",
|
|
|
|
"principalId": "$everyone",
|
|
|
|
"permission": "ALLOW"
|
|
|
|
}
|
2018-12-21 11:06:01 +00:00
|
|
|
]
|
2020-02-17 12:50:54 +00:00
|
|
|
}
|