26 lines
399 B
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"
|
|
}
|
|
]
|
|
} |