changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "all_trials": {
+ "description": "All trials for sponsor",
+ "type": [
+ "object",
+ "null"
+ ]
+ },
+ "analysis": {
+ "description": "Analysis type identifier",
+ "enum": [
+ "pipeline_scan"
+ ],
+ "type": "string"
+ },
+ "approved_drugs": {
+ "description": "FDA approved drugs for condition",
+ "type": [
+ "object",
+ "null"
+ ]
+ },
+ "condition": {
+ "description": "Condition name when condition-focused search",
+ "type": "string"
+ },
+ "recent_updates": {
+ "description": "Recent trial updates",
+ "type": [
+ "object",
+ "null"
+ ]
+ },
+ "recruiting_by_phase": {
+ "properties": {
+ "phase1": {
+ "description": "Phase 1 recruiting trials",
+ "type": [
+ "object",
+ "null"
+ ]
+ },
+ "phase2": {
+ "description": "Phase 2 recruiting trials",
+ "type": [
+ "object",
+ "null"
+ ]
+ },
+ "phase3": {
+ "description": "Phase 3 recruiting trials",
+ "type": [
+ "object",
+ "null"
+ ]
+ }
+ },
+ "type": "object"
+ },
+ "recruiting_trials": {
+ "description": "Recruiting trials for condition",
+ "type": [
+ "object",
+ "null"
+ ]
+ },
+ "sponsor": {
+ "description": "Sponsor name when sponsor-focused search",
+ "type": "string"
+ },
+ "total_trial_counts": {
+ "description": "Trial counts by condition",
+ "type": [
+ "object",
+ "null"
+ ]
+ }
+ },
+ "required": [
+ "analysis"
+ ],
+ "type": "object"
+}