openFDA · Schema

Enforcement Recall

FDAFood and Drug AdministrationDrug SafetyAdverse EventsDrug LabelsRecallsMedical DevicesFood SafetyTobaccoPublic HealthOpen DataGovernmentRegulatoryFAERSSPL

Properties

Name Type Description
address_1 string
address_2 string
center_classification_date string
city string
classification string
code_info string
country string
distribution_pattern string
event_id string
initial_firm_notification string
more_code_info string
openfda object
product_code string
product_description string
postal_code string
product_quantity string
product_type string
reason_for_recall string
recall_initiation_date string
recall_number string
recalling_firm string
report_date string
state string
status string
termination_date string
voluntary_mandated string
View JSON Schema on GitHub

JSON Schema

enforcement-recall.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-03/schema",
  "properties": {
    "address_1": {
      "type": "string"
    },
    "address_2": {
      "type": "string"
    },
    "center_classification_date": {
      "type": "string",
      "format": "date"
    },
    "city": {
      "type": "string"
    },
    "classification": {
      "type": "string"
    },
    "code_info": {
      "type": "string"
    },
    "country": {
      "type": "string"
    },
    "distribution_pattern": {
      "type": "string"
    },
    "event_id": {
      "type": "string",
      "format": "int64"
    },
    "initial_firm_notification": {
      "type": "string"
    },
    "more_code_info": {
      "type": "string"
    },
    "openfda": {
      "properties": {
        "application_number": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "brand_name": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "dosage_form": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "generic_name": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "is_original_packager": {
          "type": "boolean"
        },
        "manufacturer_name": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "nui": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "original_packager_product_ndc": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "package_ndc": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "pharm_class_cs": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "pharm_class_epc": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "pharm_class_moa": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "pharm_class_pe": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "product_ndc": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "product_type": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "route": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "rxcui": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "rxstring": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "rxtty": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "spl_id": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "spl_set_id": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "substance_name": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "unii": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "upc": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "type": "object"
    },
    "product_code": {
      "type": "string"
    },
    "product_description": {
      "type": "string"
    },
    "postal_code": {
        "type": "string"
    },
    "product_quantity": {
      "type": "string"
    },
    "product_type": {
      "type": "string"
    },
    "reason_for_recall": {
      "type": "string"
    },
    "recall_initiation_date": {
      "type": "string",
      "format": "date"
    },
    "recall_number": {
      "type": "string"
    },
    "recalling_firm": {
      "type": "string"
    },
    "report_date": {
      "type": "string",
      "format": "date"
    },
    "state": {
      "type": "string"
    },
    "status": {
      "type": "string"
    },
    "termination_date": {
      "type": "string",
      "format": "date"
    },
    "voluntary_mandated": {
      "type": "string"
    }
  },
  "type": "object"
}