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