changedOutput schema / properties / approval / anyOf
Previous value: -[
- {
- "additionalProperties": false,
- "properties": {
- "applicationNumber": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "description": "NDA/ANDA application number."
- },
- "marketingStatus": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "description": "Derived marketing/approval status."
- },
- "sponsor": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "description": "Sponsor/applicant name."
- }
- },
- "required": [
- "applicationNumber",
- "sponsor",
- "marketingStatus"
- ],
- "type": "object"
- },
- {
- "type": "null"
- }
-]New value: +[
+ {
+ "additionalProperties": false,
+ "properties": {
+ "applicationNumber": {
+ "description": "NDA/ANDA application number.",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "marketingStatus": {
+ "description": "Derived marketing/approval status.",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "sponsor": {
+ "description": "Sponsor/applicant name.",
+ "type": [
+ "string",
+ "null"
+ ]
+ }
+ },
+ "required": [
+ "applicationNumber",
+ "sponsor",
+ "marketingStatus"
+ ],
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+]
removedOutput schema / properties / identity / properties / generic_name / anyOf
Removed value: -[
- {
- "type": "string"
- },
- {
- "type": "null"
- }
-]
addedOutput schema / properties / identity / properties / generic_name / type
Added value: +[
+ "string",
+ "null"
+]
removedOutput schema / properties / identity / properties / product_ndc / anyOf
Removed value: -[
- {
- "type": "string"
- },
- {
- "type": "null"
- }
-]
addedOutput schema / properties / identity / properties / product_ndc / type
Added value: +[
+ "string",
+ "null"
+]
removedOutput schema / properties / identity / properties / rxcui / anyOf
Removed value: -[
- {
- "type": "string"
- },
- {
- "type": "null"
- }
-]
addedOutput schema / properties / identity / properties / rxcui / type
Added value: +[
+ "string",
+ "null"
+]
removedOutput schema / properties / identity / properties / spl_set_id / anyOf
Removed value: -[
- {
- "type": "string"
- },
- {
- "type": "null"
- }
-]
addedOutput schema / properties / identity / properties / spl_set_id / type
Added value: +[
+ "string",
+ "null"
+]
changedOutput schema / properties / label / anyOf
Previous value: -[
- {
- "additionalProperties": false,
- "properties": {
- "dosage": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "description": "Dosage and administration (truncated)."
- },
- "indications": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "description": "Indications and usage (truncated)."
- },
- "warnings": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "description": "Warnings (truncated) — boxed warning or warnings_and_cautions for Rx labels, falling back to the OTC-monograph warnings section."
- }
- },
- "required": [
- "indications",
- "warnings",
- "dosage"
- ],
- "type": "object"
- },
- {
- "type": "null"
- }
-]New value: +[
+ {
+ "additionalProperties": false,
+ "properties": {
+ "dosage": {
+ "description": "Dosage and administration (truncated).",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "indications": {
+ "description": "Indications and usage (truncated).",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "warnings": {
+ "description": "Warnings (truncated) — boxed warning or warnings_and_cautions for Rx labels, falling back to the OTC-monograph warnings section.",
+ "type": [
+ "string",
+ "null"
+ ]
+ }
+ },
+ "required": [
+ "indications",
+ "warnings",
+ "dosage"
+ ],
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+]
removedOutput schema / properties / recalls / items / properties / classification / anyOf
Removed value: -[
- {
- "type": "string"
- },
- {
- "type": "null"
- }
-]
addedOutput schema / properties / recalls / items / properties / classification / type
Added value: +[
+ "string",
+ "null"
+]
removedOutput schema / properties / recalls / items / properties / date / anyOf
Removed value: -[
- {
- "type": "string"
- },
- {
- "type": "null"
- }
-]
addedOutput schema / properties / recalls / items / properties / date / type
Added value: +[
+ "string",
+ "null"
+]
removedOutput schema / properties / recalls / items / properties / reason / anyOf
Removed value: -[
- {
- "type": "string"
- },
- {
- "type": "null"
- }
-]
addedOutput schema / properties / recalls / items / properties / reason / type
Added value: +[
+ "string",
+ "null"
+]
removedOutput schema / properties / recalls / items / properties / recalling_firm / anyOf
Removed value: -[
- {
- "type": "string"
- },
- {
- "type": "null"
- }
-]
addedOutput schema / properties / recalls / items / properties / recalling_firm / type
Added value: +[
+ "string",
+ "null"
+]
changedOutput schema / properties / shortage / anyOf
Previous value: -[
- {
- "additionalProperties": false,
- "properties": {
- "availability": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "description": "Availability note (truncated)."
- },
- "status": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "description": "Shortage status (Current/Resolved)."
- }
- },
- "required": [
- "status",
- "availability"
- ],
- "type": "object"
- },
- {
- "type": "null"
- }
-]New value: +[
+ {
+ "additionalProperties": false,
+ "properties": {
+ "availability": {
+ "description": "Availability note (truncated).",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "status": {
+ "description": "Shortage status (Current/Resolved).",
+ "type": [
+ "string",
+ "null"
+ ]
+ }
+ },
+ "required": [
+ "status",
+ "availability"
+ ],
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+]