{
	"$schema" : "http://json-schema.org/draft-04/schema#",
	"additionalProperties" : false,
	"description" : "Version v1, the retriveResponse data structure",
	"properties" : {
		"change_sets" : {
			"type" : "array",
			"items" : {
				"$ref" : "/resources/schema/data/api/v1/ChangeSetManifest.json",
				"description" : "meta info for one incremental update package"
			}
		},

		"status" : {
			"$ref" : "/resources/schema/services/v1/ServiceStatus.json"
		}
	},

	"required" : 
	[
		"status"
	],

	"title" : "CheckForUpdateResponse",
	"type" : "object"
}