addedOutput schema / properties / data
Added value: +{
+ "items": {
+ "properties": {
+ "code": {
+ "type": "string"
+ },
+ "codingSystem": {
+ "type": "string"
+ },
+ "name": {
+ "type": "string"
+ },
+ "type": {
+ "type": "string"
+ }
+ },
+ "type": [
+ "object",
+ null
+ ]
+ },
+ "type": "array"
+}
addedOutput schema / properties / metadata
Added value: +{
+ "properties": {
+ "current_page": {
+ "type": "number"
+ },
+ "current_url": {
+ "type": "string"
+ },
+ "db_published_date": {
+ "type": "string"
+ },
+ "elements_per_page": {
+ "type": "number"
+ },
+ "matched_by": {
+ "type": "string"
+ },
+ "next_page": {
+ "type": "number"
+ },
+ "next_page_url": {
+ "type": "string"
+ },
+ "note": {
+ "type": "string"
+ },
+ "previous_page": {
+ "type": "string"
+ },
+ "previous_page_url": {
+ "type": "string"
+ },
+ "total_elements": {
+ "type": "number"
+ },
+ "total_pages": {
+ "type": "number"
+ }
+ },
+ "type": "object"
+}
removedOutput schema / properties / results
Removed value: -{
- "description": "List of drug classes",
- "items": {
- "properties": {
- "classCode": {
- "description": "Unique class code",
- "type": "string"
- },
- "className": {
- "description": "Class name or description",
- "type": "string"
- },
- "drugs": {
- "description": "Drugs in this class",
- "items": {
- "properties": {
- "name": {
- "description": "Drug name",
- "type": "string"
- },
- "setId": {
- "description": "DailyMed identifier",
- "type": "string"
- }
- },
- "type": "object"
- },
- "type": "array"
- },
- "type": {
- "description": "Class type (EPC, MoA, PE, or CS)",
- "enum": [
- "EPC",
- "MoA",
- "PE",
- "CS"
- ],
- "type": "string"
- }
- },
- "type": "object"
- },
- "type": "array"
-}
removedOutput schema / properties / totalResults
Removed value: -{
- "description": "Total number of classes",
- "type": "number"
-}