{
	"$schema":"http://json-schema.org/draft-04/schema#",
	"additionalProperties":false,
	"description":"Version v4",
	"properties":{
		"af":{
			"items":{
				"$ref":"/resources/schema/map/v4/AreaFeature.json"
			},
			"type":"array"
		},
		"buildingBlockList":{
			"$ref":"/resources/schema/map/v4/BuildingBlockList.json"
		},
		"dataVersion":{
			"type":"string"
		},
		"lf":{
			"items":{
				"$ref":"/resources/schema/map/v4/LineFeature.json"
			},
			"type":"array"
		},
		"pf":{
			"items":{
				"$ref":"/resources/schema/map/v4/PointFeature.json"
			},
			"type":"array"
		},
		"rf":{
			"items":{
				"$ref":"/resources/schema/map/v4/RoadFeature.json"
			},
			"type":"array"
		}
	},
	"title":"VectorMapTile",
	"type":"object"
}