changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "active_clinical_trials": {
+ "description": "Active recruiting clinical trials for the drug",
+ "type": [
+ "object",
+ "null"
+ ]
+ },
+ "adverse_events": {
+ "description": "FDA adverse events data",
+ "type": [
+ "object",
+ "null"
+ ]
+ },
+ "analysis": {
+ "description": "Analysis type identifier",
+ "enum": [
+ "drug_profile"
+ ],
+ "type": "string"
+ },
+ "drug_name": {
+ "description": "Drug name queried",
+ "type": "string"
+ },
+ "fda_approvals": {
+ "description": "FDA drug approvals data",
+ "type": [
+ "object",
+ "null"
+ ]
+ },
+ "fda_labels": {
+ "description": "FDA drug labels",
+ "type": [
+ "object",
+ "null"
+ ]
+ },
+ "rxnorm": {
+ "properties": {
+ "interactions": {
+ "description": "RxNorm drug interactions or null",
+ "type": [
+ "object",
+ "null"
+ ]
+ },
+ "properties": {
+ "description": "RxNorm drug properties or null",
+ "type": [
+ "object",
+ "null"
+ ]
+ },
+ "search": {
+ "description": "RxNorm search results or null",
+ "type": [
+ "object",
+ "null"
+ ]
+ }
+ },
+ "type": "object"
+ }
+ },
+ "required": [
+ "analysis",
+ "drug_name",
+ "rxnorm",
+ "fda_approvals",
+ "fda_labels",
+ "adverse_events",
+ "active_clinical_trials"
+ ],
+ "type": "object"
+}