salix/modules/ticket/back/models/ticket-update-action.json

31 lines
579 B
JSON

{
"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"
}
]
}