changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "booking_url": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "code": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "external_site_url": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "locations": {
+ "items": {
+ "properties": {
+ "address": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "city": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "location_ref": {
+ "type": "number"
+ },
+ "name": {
+ "type": "string"
+ },
+ "online_booking": {
+ "type": "boolean"
+ },
+ "phone": {
+ "type": [
+ "string",
+ "null"
+ ]
+ }
+ },
+ "required": [
+ "name",
+ "online_booking"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "name": {
+ "type": "string"
+ },
+ "online_booking": {
+ "type": "boolean"
+ },
+ "opening_hours": {
+ "items": {
+ "properties": {
+ "day": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "from": {
+ "type": "string"
+ },
+ "location": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "to": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "location",
+ "day",
+ "from",
+ "to"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "practice_name": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "profession_types": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "rating": {
+ "properties": {
+ "average": {
+ "type": "number"
+ },
+ "count": {
+ "type": "number"
+ }
+ },
+ "type": [
+ "object",
+ "null"
+ ]
+ },
+ "registration": {
+ "properties": {
+ "number": {
+ "type": "string"
+ },
+ "province": {
+ "type": [
+ "string",
+ "null"
+ ]
+ }
+ },
+ "type": [
+ "object",
+ "null"
+ ]
+ },
+ "services": {
+ "items": {
+ "properties": {
+ "description": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "duration_min": {
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "name": {
+ "type": "string"
+ },
+ "price_eur": {
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "remote": {
+ "type": "boolean"
+ }
+ },
+ "required": [
+ "name",
+ "duration_min",
+ "price_eur",
+ "remote",
+ "description"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "site_url": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "specialty": {
+ "type": [
+ "string",
+ "null"
+ ]
+ }
+ },
+ "required": [
+ "code",
+ "name",
+ "specialty",
+ "practice_name",
+ "profession_types",
+ "online_booking",
+ "booking_url",
+ "site_url",
+ "registration",
+ "locations",
+ "opening_hours",
+ "services",
+ "rating",
+ "external_site_url"
+ ],
+ "type": "object"
+}