{
	"$schema":"http://json-schema.org/draft-04/schema#",
	"additionalProperties":false,
	"description":"Version v4",
	"properties":{
		"areaNames":{
			"items":{
				"$ref":"/resources/schema/map/v4/FeatureName.json"
			},
			"type":"array"
		},
		"featureID":{
			"type":"integer"
		},
		"mainType":{
			"$ref":"/resources/schema/map/v4/AreaType.json"
		},
		"name":{
			"type":"string"
		},
		"rings":{
			"items":{
				"$ref":"/resources/schema/map/v4/Polygon.json"
			},
			"type":"array"
		},
		"subType":{
			"type":"string"
		}
	},
	"title":"AreaFeature",
	"type":"object"
}