changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "data": {
+ "properties": {
+ "aftercare_guide": {
+ "type": "string"
+ },
+ "canonical_url": {
+ "type": "string"
+ },
+ "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"
+ },
+ "follow_up_schedule": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "in_clinic_follow_up": {
+ "type": "string"
+ },
+ "remote_problem_process": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "summary": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "aftercare_guide",
+ "canonical_url",
+ "corrective_trip_terms",
+ "entity_id",
+ "evidence",
+ "follow_up_schedule",
+ "in_clinic_follow_up",
+ "remote_problem_process",
+ "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"
+}