{
	"name": "Continent",
	"base": "VnModel",
	"options": {
		"mysql": {
			"table": "continent"
		}
	},
	"properties": {
		"id": {
			"type": "number"
		},
		"name": {
			"type": "string"
		},
		"code": {
			"id": true,
			"type": "string"
		}
	},
	"acls": [{
		"accessType": "READ",
		"principalType": "ROLE",
		"principalId": "$everyone",
		"permission": "ALLOW"
	}]
}