{
	"$schema":"http://json-schema.org/draft-04/schema#",
	"title":"PhoneGpsFields",
	"type":"object",
	"additionalProperties":false,
	"description":"Analytics-v2 .. Phone GPS Fields",
	"properties":{
		"altitude":{
			"type":"number",
			"description":"Contains the altitude provided from Phone GPS"
		},
		"speed_gps":{
			"type":"number",
			"description":"Contains the speed provided from Phone GPS"
		},
		"bearing":{
			"type":"number",
			"description":"Contains the bearing provided from Phone GPS"
		},
		"accuracy":{
			"type":"number",
			"description":"Contains the accuracy of data provided from Phone GPS"
		}
	},
	"required":[
	]
	
}