changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "data": {
+ "properties": {
+ "canonical_url": {
+ "type": "string"
+ },
+ "claim_process_remote": {
+ "type": "string"
+ },
+ "clinic_guarantee": {
+ "properties": {
+ "composite_bonding": {
+ "properties": {
+ "conditions_apply": {
+ "type": "boolean"
+ },
+ "details": {
+ "type": "string"
+ },
+ "duration": {
+ "type": "string"
+ },
+ "not_covered": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "provider": {
+ "type": "string"
+ },
+ "type": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "conditions_apply",
+ "details",
+ "duration",
+ "not_covered",
+ "provider",
+ "type"
+ ],
+ "type": "object"
+ },
+ "crowns": {
+ "properties": {
+ "conditions_apply": {
+ "type": "boolean"
+ },
+ "details": {
+ "type": "string"
+ },
+ "duration": {
+ "type": "string"
+ },
+ "not_covered": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "provider": {
+ "type": "string"
+ },
+ "type": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "conditions_apply",
+ "details",
+ "duration",
+ "not_covered",
+ "provider",
+ "type"
+ ],
+ "type": "object"
+ },
+ "implants": {
+ "properties": {
+ "conditions_apply": {
+ "type": "boolean"
+ },
+ "details": {
+ "type": "string"
+ },
+ "duration": {
+ "type": "string"
+ },
+ "not_covered": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "provider": {
+ "type": "string"
+ },
+ "type": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "conditions_apply",
+ "details",
+ "duration",
+ "not_covered",
+ "provider",
+ "type"
+ ],
+ "type": "object"
+ },
+ "veneers": {
+ "properties": {
+ "conditions_apply": {
+ "type": "boolean"
+ },
+ "details": {
+ "type": "string"
+ },
+ "duration": {
+ "type": "string"
+ },
+ "not_covered": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "provider": {
+ "type": "string"
+ },
+ "type": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "conditions_apply",
+ "details",
+ "duration",
+ "not_covered",
+ "provider",
+ "type"
+ ],
+ "type": "object"
+ }
+ },
+ "required": [
+ "composite_bonding",
+ "crowns",
+ "implants",
+ "veneers"
+ ],
+ "type": "object"
+ },
+ "corrective_trip_terms": {
+ "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"
+ },
+ "exclusions": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "follow_up_programme": {
+ "type": "string"
+ },
+ "international_validity": {
+ "type": "string"
+ },
+ "manufacturer_warranties": {
+ "items": {
+ "properties": {
+ "applies_to": {
+ "type": "string"
+ },
+ "beneficiary": {
+ "type": "string"
+ },
+ "duration": {
+ "type": "string"
+ },
+ "manufacturer": {
+ "type": "string"
+ },
+ "manufacturer_warranty_claimed": {
+ "type": "boolean"
+ },
+ "note": {
+ "type": "string"
+ },
+ "official_terms_url": {
+ "type": "string"
+ },
+ "scope": {
+ "type": "string"
+ },
+ "warranty_type": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "applies_to",
+ "beneficiary",
+ "duration",
+ "manufacturer",
+ "manufacturer_warranty_claimed",
+ "official_terms_url",
+ "scope",
+ "warranty_type"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "patient_responsibilities": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "summary": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "canonical_url",
+ "claim_process_remote",
+ "clinic_guarantee",
+ "corrective_trip_terms",
+ "entity_id",
+ "evidence",
+ "exclusions",
+ "follow_up_programme",
+ "international_validity",
+ "manufacturer_warranties",
+ "patient_responsibilities",
+ "summary"
+ ],
+ "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"
+}