changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "studies": {
+ "description": "List of formatted trial summaries",
+ "items": {
+ "properties": {
+ "collaborators": {
+ "description": "List of collaborator names",
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "completion_date": {
+ "description": "Final completion date",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "conditions": {
+ "description": "List of trial conditions",
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "enrollment": {
+ "description": "Target enrollment count",
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "enrollment_type": {
+ "description": "Enrollment type",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "interventions": {
+ "description": "List of interventions",
+ "items": {
+ "properties": {
+ "description": {
+ "description": "Intervention description",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "name": {
+ "description": "Intervention name",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "type": {
+ "description": "Intervention type",
+ "type": [
+ "string",
+ "null"
+ ]
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "nct_id": {
+ "description": "NCT identifier",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "official_title": {
+ "description": "Official trial title",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "phase": {
+ "description": "Trial phase(s) comma-separated",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "primary_completion_date": {
+ "description": "Primary completion date",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "sponsor": {
+ "description": "Lead sponsor name",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "sponsor_class": {
+ "description": "Sponsor class",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "start_date": {
+ "description": "Trial start date",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "status": {
+ "description": "Overall trial status",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "title": {
+ "description": "Brief trial title",
+ "type": [
+ "string",
+ "null"
+ ]
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "total_count": {
+ "description": "Total recently updated trials",
+ "type": "number"
+ }
+ },
+ "required": [
+ "total_count",
+ "studies"
+ ],
+ "type": "object"
+}