salix/modules/worker/back/models/calendar-holidays-name.json

26 lines
399 B
JSON

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