changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "additionalProperties": true,
+ "properties": {
+ "book_now_confidence": {
+ "type": "integer"
+ },
+ "detail": {
+ "additionalProperties": true,
+ "type": "object"
+ },
+ "error_type": {
+ "type": "string"
+ },
+ "inventoryLevel": {
+ "additionalProperties": true,
+ "type": "object"
+ },
+ "message": {
+ "type": "string"
+ },
+ "next_available": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "product_id": {
+ "type": "string"
+ },
+ "provenance_level": {
+ "type": "string"
+ },
+ "schema_version": {
+ "type": "string"
+ },
+ "slots": {
+ "items": {
+ "additionalProperties": true,
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "slug": {
+ "type": "string"
+ },
+ "timezone": {
+ "type": "string"
+ },
+ "total_slots": {
+ "type": "integer"
+ }
+ },
+ "type": "object"
+}