addedOutput schema / properties / results
Added value: +{
+ "description": "Ranked address candidates, best match first.",
+ "items": {
+ "additionalProperties": true,
+ "properties": {
+ "city": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "confidence": {
+ "description": "Match confidence 0-1.",
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "coordinates": {
+ "additionalProperties": true,
+ "description": "WGS-84 {lat, lng}.",
+ "type": [
+ "object",
+ "null"
+ ]
+ },
+ "displayName": {
+ "description": "Formatted address suitable for display.",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "number": {
+ "description": "House number.",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "postalCode": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "source": {
+ "description": "DAWA / Kartverket / BAN / MML / Nominatim.",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "street": {
+ "type": [
+ "string",
+ "null"
+ ]
+ }
+ },
+ "type": "object"
+ },
+ "type": [
+ "array",
+ "null"
+ ]
+}
removedOutput schema / properties / suggestions
Removed value: -{
- "description": "Ranked address candidates, best match first.",
- "items": {
- "additionalProperties": true,
- "properties": {
- "city": {
- "type": "string"
- },
- "country": {
- "description": "ISO 3166-1 alpha-2 code.",
- "type": "string"
- },
- "house_number": {
- "type": "string"
- },
- "lat": {
- "description": "Latitude (WGS-84).",
- "type": "number"
- },
- "lon": {
- "description": "Longitude (WGS-84).",
- "type": "number"
- },
- "postcode": {
- "type": "string"
- },
- "source": {
- "description": "DAWA / Kartverket / BAN / MML / Nominatim.",
- "type": "string"
- },
- "street": {
- "type": "string"
- },
- "text": {
- "description": "Formatted address suitable for display.",
- "type": "string"
- }
- },
- "type": "object"
- },
- "type": "array"
-}