changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "adverse_events": {
+ "description": "FDA adverse events data",
+ "type": [
+ "object",
+ "null"
+ ]
+ },
+ "analysis": {
+ "description": "Analysis type identifier",
+ "enum": [
+ "safety_report"
+ ],
+ "type": "string"
+ },
+ "drug_interactions": {
+ "description": "Known drug interactions",
+ "type": [
+ "object",
+ "null"
+ ]
+ },
+ "drug_name": {
+ "description": "Drug name queried",
+ "type": "string"
+ },
+ "recalls": {
+ "description": "Drug recalls data",
+ "type": [
+ "object",
+ "null"
+ ]
+ },
+ "top_reactions": {
+ "description": "Top adverse reactions by frequency",
+ "type": [
+ "object",
+ "null"
+ ]
+ }
+ },
+ "required": [
+ "analysis",
+ "drug_name",
+ "adverse_events",
+ "top_reactions",
+ "recalls",
+ "drug_interactions"
+ ],
+ "type": "object"
+}