{
	"$schema":"http://json-schema.org/draft-04/schema#",
	"additionalProperties":false,
	"description":"Version v1",
	"properties":{
		"body":{
			"type":"string"
		},
		"dirs":{
			"items":{
				"type":"string"
			},
			"type":"array"
		},
		"formatted_name":{
			"type":"string"
		},
		"type":{
			"type":"string"
		}
	},
	"title":"Street",
	"type":"object"
}