changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "generationtime_ms": {
+ "description": "API response generation time in milliseconds",
+ "type": "number"
+ },
+ "results": {
+ "description": "List of geocoding results",
+ "items": {
+ "properties": {
+ "admin1": {
+ "description": "First-order administrative division",
+ "type": "string"
+ },
+ "country": {
+ "description": "Country name in requested language",
+ "type": "string"
+ },
+ "country_code": {
+ "description": "ISO 3166-1 alpha-2 country code",
+ "type": "string"
+ },
+ "elevation": {
+ "description": "Elevation in meters",
+ "type": "number"
+ },
+ "feature_code": {
+ "description": "Geographic feature classification code",
+ "type": "string"
+ },
+ "id": {
+ "description": "Unique identifier for this location",
+ "type": "integer"
+ },
+ "latitude": {
+ "description": "Geographic latitude",
+ "type": "number"
+ },
+ "longitude": {
+ "description": "Geographic longitude",
+ "type": "number"
+ },
+ "name": {
+ "description": "Place name in requested language",
+ "type": "string"
+ },
+ "population": {
+ "description": "Population of the location",
+ "type": "integer"
+ },
+ "timezone": {
+ "description": "IANA timezone string",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ }
+ },
+ "type": "object"
+}