changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "country": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "distanceMiles": {
+ "description": "Straight-line miles from the Bothell office (display only, not a routed leg).",
+ "type": "number"
+ },
+ "label": {
+ "description": "Formatted address, or null when the address could not be resolved.",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "message": {
+ "description": "Why the place is not bookable as given, or null.",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "precise": {
+ "description": "False when a street and city are still needed to pin the spot.",
+ "type": "boolean"
+ },
+ "region": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "withinServiceArea": {
+ "type": "boolean"
+ }
+ },
+ "required": [
+ "withinServiceArea",
+ "precise"
+ ],
+ "type": "object"
+}