{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/epa/refs/heads/main/json-structure/echo-dfr-dfr104-structure.json", "name": "dfr104", "description": "Header Object", "type": "object", "properties": { "Year1": { "type": "string", "description": "The calendar year during which TRI releases and transfers occurred.", "example": "2009" }, "Year2": { "type": "string", "description": "The calendar year during which TRI releases and transfers occurred.", "example": "2010" }, "Year3": { "type": "string", "description": "The calendar year during which TRI releases and transfers occurred.", "example": "2011" }, "Year4": { "type": "string", "description": "The calendar year during which TRI releases and transfers occurred.", "example": "2012" }, "Year5": { "type": "string", "description": "The calendar year during which TRI releases and transfers occurred.", "example": "2013" }, "Year6": { "type": "string", "description": "The calendar year during which TRI releases and transfers occurred.", "example": "2014" }, "Year7": { "type": "string", "description": "The calendar year during which TRI releases and transfers occurred.", "example": "2015" }, "Year8": { "type": "string", "description": "The calendar year during which TRI releases and transfers occurred.", "example": "2016" }, "Year9": { "type": "string", "description": "The most recent calendar year during which TRI releases and transfer occurred.", "example": "2017" } }, "required": [ "Year9", "Year8", "Year7", "Year6", "Year5", "Year4", "Year3", "Year2", "Year1" ] }