changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "lang": {
+ "type": "string"
+ },
+ "note": {
+ "type": "string"
+ },
+ "resources": {
+ "description": "Staff (hair) or seats (massage).",
+ "items": {
+ "properties": {
+ "id": {
+ "type": "string"
+ },
+ "name": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "services": {
+ "items": {
+ "properties": {
+ "currency": {
+ "type": "string"
+ },
+ "duration_min": {
+ "type": [
+ "integer",
+ "null"
+ ]
+ },
+ "id": {
+ "description": "Pass as items[].service_id to search_availability / start_booking",
+ "type": "string"
+ },
+ "name": {
+ "type": "string"
+ },
+ "price": {
+ "type": [
+ "number",
+ "string",
+ "null"
+ ]
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "shop": {
+ "properties": {
+ "address": {
+ "type": "string"
+ },
+ "business_hours": {
+ "type": [
+ "object",
+ "null"
+ ]
+ },
+ "business_type": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "map_url": {
+ "type": "string"
+ },
+ "name": {
+ "type": "string"
+ },
+ "slug": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ }
+ },
+ "required": [
+ "shop",
+ "services"
+ ],
+ "type": "object"
+}