{
	"$schema" : "http://json-schema.org/draft-04/schema#",
	"title" : "OTASubregionResponse",
	"type" : "object",
	"additionalProperties" : true,
	"description" : "Version v2 - Subregion Update API Response",
	"properties" : {
		"status" : {
			"$ref" : "/resources/schema/adm/v1/ServiceStatus.json"
		},

		"results" : {
			"type" : "array",
			"items" : {
				"$ref" : "/resources/schema/adm/v2/OTASubregionResult.json",
				"description" : "Every element of the array is of type OTAGetUpdateResult"
			},
			
			"description" : "Array of GetUpdateNotifyResult if available."
		}
	},

	"required" : 
	[
		"status"
	]
}
