dfr103
Chemicals Object
GovernmentEnvironmentalOpenDataAirQualityWaterQualityHazardousWasteComplianceEmissions
Properties
| Name | Type | Description |
|---|---|---|
| ChemicalName | string | The TRI chemical to which the data in this row applies. |
| Year1Pounds | string | The total pounds either released to air, discharged to surface water, injected underground, landfilled on-site, or transferred off-site for disposal or to a POTW. |
| Year2Pounds | string | The total pounds either released to air, discharged to surface water, injected underground, landfilled on-site, or transferred off-site for disposal or to a POTW. |
| Year3Pounds | string | The total pounds either released to air, discharged to surface water, injected underground, landfilled on-site, or transferred off-site for disposal or to a POTW. |
| Year4Pounds | string | The total pounds either released to air, discharged to surface water, injected underground, landfilled on-site, or transferred off-site for disposal or to a POTW. |
| Year5Pounds | string | The total pounds either released to air, discharged to surface water, injected underground, landfilled on-site, or transferred off-site for disposal or to a POTW. |
| Year6Pounds | string | The total pounds either released to air, discharged to surface water, injected underground, landfilled on-site, or transferred off-site for disposal or to a POTW. |
| Year7Pounds | string | The total pounds either released to air, discharged to surface water, injected underground, landfilled on-site, or transferred off-site for disposal or to a POTW. |
| Year8Pounds | string | The total pounds either released to air, discharged to surface water, injected underground, landfilled on-site, or transferred off-site for disposal or to a POTW. |
| Year9Pounds | string | The total pounds either released to air, discharged to surface water, injected underground, landfilled on-site, or transferred off-site for disposal or to a POTW. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/epa/refs/heads/main/json-schema/echo-dfr-dfr103-schema.json",
"title": "dfr103",
"description": "Chemicals Object",
"type": "object",
"properties": {
"ChemicalName": {
"description": "The TRI chemical to which the data in this row applies.",
"title": "Chemical Name",
"type": "string",
"example": "EPA Facility"
},
"Year1Pounds": {
"description": "The total pounds either released to air, discharged to surface water, injected underground, landfilled on-site, or transferred off-site for disposal or to a POTW.",
"example": "23",
"title": "Releases in Pounds for Year 1",
"type": "string"
},
"Year2Pounds": {
"description": "The total pounds either released to air, discharged to surface water, injected underground, landfilled on-site, or transferred off-site for disposal or to a POTW.",
"example": "45",
"title": "Releases in Pounds for Year 2",
"type": "string"
},
"Year3Pounds": {
"description": "The total pounds either released to air, discharged to surface water, injected underground, landfilled on-site, or transferred off-site for disposal or to a POTW.",
"example": "103",
"title": "Releases in Pounds for Year 3",
"type": "string"
},
"Year4Pounds": {
"description": "The total pounds either released to air, discharged to surface water, injected underground, landfilled on-site, or transferred off-site for disposal or to a POTW.",
"example": "60",
"title": "Releases in Pounds for Year 4",
"type": "string"
},
"Year5Pounds": {
"description": "The total pounds either released to air, discharged to surface water, injected underground, landfilled on-site, or transferred off-site for disposal or to a POTW.",
"example": "34",
"title": "Releases in Pounds for Year 5",
"type": "string"
},
"Year6Pounds": {
"description": "The total pounds either released to air, discharged to surface water, injected underground, landfilled on-site, or transferred off-site for disposal or to a POTW.",
"example": "22",
"title": "Releases in Pounds for Year 6",
"type": "string"
},
"Year7Pounds": {
"description": "The total pounds either released to air, discharged to surface water, injected underground, landfilled on-site, or transferred off-site for disposal or to a POTW.",
"example": "114",
"title": "Releases in Pounds for Year 7",
"type": "string"
},
"Year8Pounds": {
"description": "The total pounds either released to air, discharged to surface water, injected underground, landfilled on-site, or transferred off-site for disposal or to a POTW.",
"example": "83",
"title": "Releases in Pounds for Year 8",
"type": "string"
},
"Year9Pounds": {
"description": "The total pounds either released to air, discharged to surface water, injected underground, landfilled on-site, or transferred off-site for disposal or to a POTW.",
"example": "42",
"title": "Releases in Pounds for Year 9",
"type": "string"
}
},
"required": [
"ChemicalName",
"Year9Pounds",
"Year8Pounds",
"Year7Pounds",
"Year6Pounds",
"Year5Pounds",
"Year4Pounds",
"Year3Pounds",
"Year2Pounds",
"Year1Pounds"
]
}