changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "additionalProperties": true,
+ "properties": {
+ "context": {
+ "type": "string"
+ },
+ "detail": {
+ "additionalProperties": true,
+ "type": "object"
+ },
+ "error_type": {
+ "type": "string"
+ },
+ "message": {
+ "type": "string"
+ },
+ "related": {
+ "items": {
+ "additionalProperties": true,
+ "properties": {
+ "booking_url": {
+ "type": "string"
+ },
+ "edge_strength": {
+ "type": "number"
+ },
+ "edge_type": {
+ "type": "string"
+ },
+ "name": {
+ "type": "string"
+ },
+ "price": {
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "product_id": {
+ "type": "string"
+ },
+ "slug": {
+ "type": "string"
+ },
+ "title": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "schema_version": {
+ "type": "string"
+ },
+ "source_id": {
+ "type": "string"
+ },
+ "total": {
+ "type": "integer"
+ }
+ },
+ "type": "object"
+}