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

26 lines
399 B
JSON
Raw Normal View History

2019-03-22 07:28:57 +00:00
{
2020-02-04 10:20:05 +00:00
"name": "CalendarHolidaysName",
2019-03-22 07:28:57 +00:00
"base": "VnModel",
"options": {
"mysql": {
2020-02-04 10:20:05 +00:00
"table": "calendarHolidaysName"
2019-03-22 07:28:57 +00:00
}
},
"properties": {
"id": {
"id": true,
"type": "Number"
},
2020-02-04 10:20:05 +00:00
"name": {
2019-03-22 07:28:57 +00:00
"type": "String"
}
},
"acls": [
{
"accessType": "READ",
"principalType": "ROLE",
"principalId": "$everyone",
"permission": "ALLOW"
}
]
}