{ "$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" ] }