{
	"$schema":"http://json-schema.org/draft-04/schema#",
	"additionalProperties":false,
	"description":"Version v4",
	"properties":{
		"dictionary":{
			"$ref":"/resources/schema/map/v4/TrafficLevelDictionary.json"
		},
		"status":{
			"$ref":"/resources/schema/services/v1/ServiceStatus.json"
		},
		"tile_id":{
			"$ref":"/resources/schema/map/v4/TileId.json"
		},
		"traffic_flow":{
			"items":{
				"$ref":"/resources/schema/map/v4/TrafficFlow.json"
			},
			"type":"array"
		},
		"traffic_incident":{
			"items":{
				"$ref":"/resources/schema/map/v4/TrafficIncident.json"
			},
			"type":"array"
		}
	},
	"title":"TrafficResponse",
	"type":"object"
}