{
	"$schema":"http://json-schema.org/draft-04/schema#",
	"additionalProperties":false,
	"description":"Version v4",
	"properties":{
		"country":{
			"type":"string"
		},
		"featureID":{
			"type":"integer"
		},
		"fontSize":{
			"type":"integer"
		},
		"fontStyle":{
			"$ref":"/resources/schema/map/v4/FontStyle.json"
		},
		"landmark_icon":{
			"type":"string"
		},
		"latlon":{
			"items":{
				"type":"integer"
			},
			"type":"array"
		},
		"mainType":{
			"$ref":"/resources/schema/map/v4/PointType.json"
		},
		"name":{
			"type":"string"
		},
		"p_featureID":{
			"items":{
				"type":"integer"
			},
			"type":"array"
		},
		"pointNames":{
			"items":{
				"$ref":"/resources/schema/map/v4/FeatureName.json"
			},
			"type":"array"
		},
		"rdNameOri":{
			"items":{
				"type":"integer"
			},
			"type":"array"
		},
		"spline":{
			"$ref":"/resources/schema/map/v4/Polyline.json"
		},
		"subType":{
			"type":"string"
		}
	},
	"title":"PointFeature",
	"type":"object"
}