changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "doctors": {
+ "items": {
+ "properties": {
+ "booking_url": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "cities": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "code": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "name": {
+ "type": "string"
+ },
+ "online_booking": {
+ "type": "boolean"
+ },
+ "practice_name": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "profession_types": {
+ "items": {
+ "type": "string"
+ },
+ "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",
+ "cities"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "truncated": {
+ "type": "boolean"
+ }
+ },
+ "required": [
+ "doctors",
+ "truncated"
+ ],
+ "type": "object"
+}