{
	"$schema":"http://json-schema.org/draft-04/schema#",
	"additionalProperties":false,
	"description":"Version v1",
	"properties":{
		"bandwidth":{
			"type":"string"
		},
		"connection_type":{
			"$ref":"/resources/schema/services/v1/InternetConnectionType.json"
		},
		"ip":{
			"type":"string"
		},
		"mobile_carrier":{
			"type":"string"
		}
	},
	"required":[
		"connection_type"
	],
	"title":"NetworkContext",
	"type":"object"
}