changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "data": {
+ "properties": {
+ "address": {
+ "type": "string"
+ },
+ "canonical_url": {
+ "type": "string"
+ },
+ "credentials": {
+ "items": {
+ "properties": {
+ "label": {
+ "type": "string"
+ },
+ "value": {
+ "type": "string"
+ },
+ "verify_url": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "label",
+ "value"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "email": {
+ "type": "string"
+ },
+ "entity_id": {
+ "type": "string"
+ },
+ "evidence": {
+ "items": {
+ "properties": {
+ "checked_at": {
+ "type": "string"
+ },
+ "source": {
+ "type": "string"
+ },
+ "url": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "checked_at",
+ "source",
+ "url"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "founded": {
+ "type": "string"
+ },
+ "languages": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "lead_clinician": {
+ "type": "string"
+ },
+ "legal_name": {
+ "type": "string"
+ },
+ "licensed_name": {
+ "type": "string"
+ },
+ "name": {
+ "type": "string"
+ },
+ "phone_clinic": {
+ "type": "string"
+ },
+ "phone_international_whatsapp": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "address",
+ "canonical_url",
+ "credentials",
+ "email",
+ "entity_id",
+ "evidence",
+ "founded",
+ "languages",
+ "lead_clinician",
+ "legal_name",
+ "licensed_name",
+ "name",
+ "phone_clinic",
+ "phone_international_whatsapp"
+ ],
+ "type": "object"
+ },
+ "evidence": {
+ "items": {
+ "properties": {
+ "checked_at": {
+ "type": "string"
+ },
+ "source": {
+ "type": "string"
+ },
+ "url": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "source",
+ "url",
+ "checked_at"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "meta": {
+ "properties": {
+ "canonical_url": {
+ "type": "string"
+ },
+ "entity_id": {
+ "type": "string"
+ },
+ "last_updated": {
+ "type": "string"
+ },
+ "source_status": {
+ "enum": [
+ "verified",
+ "published"
+ ],
+ "type": "string"
+ }
+ },
+ "required": [
+ "entity_id",
+ "canonical_url",
+ "source_status"
+ ],
+ "type": "object"
+ }
+ },
+ "required": [
+ "data",
+ "meta",
+ "evidence"
+ ],
+ "type": "object"
+}