changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "results": {
+ "description": "Array of nearby postcodes sorted by distance",
+ "items": {
+ "properties": {
+ "admin_district": {
+ "description": "Administrative district",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "admin_ward": {
+ "description": "Administrative ward",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "codes": {
+ "description": "Codes mapping object",
+ "type": "object"
+ },
+ "country": {
+ "description": "Country name",
+ "type": "string"
+ },
+ "eastings": {
+ "description": "Eastings grid reference",
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "incode": {
+ "description": "Incode part of postcode",
+ "type": "string"
+ },
+ "lat": {
+ "description": "Latitude coordinate",
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "lon": {
+ "description": "Longitude coordinate",
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "northings": {
+ "description": "Northings grid reference",
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "outcode": {
+ "description": "Outcode part of postcode",
+ "type": "string"
+ },
+ "parliamentary_constituency": {
+ "description": "Parliamentary constituency",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "postcode": {
+ "description": "The UK postcode",
+ "type": "string"
+ },
+ "region": {
+ "description": "Region name",
+ "type": [
+ "string",
+ "null"
+ ]
+ }
+ },
+ "required": [
+ "postcode",
+ "incode",
+ "outcode",
+ "country",
+ "codes"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ }
+ },
+ "required": [
+ "results"
+ ],
+ "type": "object"
+}