{
	"$schema" : "http://json-schema.org/draft-04/schema#",
	"title" : "NetworkContext",
	"type" : "object",
	"additionalProperties" : false,
	"description" : "Version v2",
	"properties" : {
		"bandwidth" : {
			"type" : "string"
		},

		"connection_type" : {
			"$ref" : "/resources/schema/services/v2/InternetConnectionType.json"
		},

		"ip" : {
			"type" : "string"
		},

		"mobile_carrier" : {
			"type" : "string"
		}
	},

	"required" : 
	[
		"connection_type"
	]
}