{
	"$schema" : "http://json-schema.org/draft-04/schema#",
	"title" : "Actions",
	"type" : "object",
	"additionalProperties" : false,
	"description" : "EntityUserInsight .. Action object",
	"properties" : {
		"timebucket" : {
			"$ref" : "/resources/schema/data/entity/user/insight/v1/TimeBucket.json",
			"description" : "Time bucket fields"
		},

		"id" : {
			"type" : "string",
			"description" : "category id"
		},

		"frequency" : {
			"type" : "number",
			"description" : "count of actions"
		},

		"brand_name" : {
			"type" : "string",
			"description" : "brand_name of object"
		},

		"brand_code" : {
			"type" : "string",
			"description" : "brand_code of object"
		}
	},

	"required" : 
	[
		"id",
		"timebucket",
		"frequency"
	]
}