openFDA · Schema

Tobacco Problem

FDAFood and Drug AdministrationDrug SafetyAdverse EventsDrug LabelsRecallsMedical DevicesFood SafetyTobaccoPublic HealthOpen DataGovernmentRegulatoryFAERSSPL

Properties

Name Type Description
nonuser_affected string
number_health_problems integer
number_product_problems integer
number_tobacco_products integer
tobacco_products array
report_id integer
reported_health_problems array
reported_product_problems array
date_submitted string
View JSON Schema on GitHub

JSON Schema

tobacco-problem.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-03/schema",
  "properties": {
    "nonuser_affected": {
      "type": "string"
    },
    "number_health_problems": {
      "type": "integer"
    },
    "number_product_problems": {
      "type": "integer"
    },
    "number_tobacco_products": {
      "type": "integer"
    },
    "tobacco_products": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "report_id": {
      "type": "integer"
    },
    "reported_health_problems": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "reported_product_problems": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "date_submitted": {
      "format": "date",
      "type": "string"
    }
  }
}