{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/epa/refs/heads/main/json-structure/echo-dfr-dfr105-structure.json", "name": "dfr105", "description": "Tribes Object", "type": "object", "properties": { "AreaName": { "type": "string", "description": "Displays Clean Air Act stationary source program subpart designation, Clean Water Act-NPDES permit component(s), and/or other Resource Conservation and Recovery Act designations, if any.", "example": "EPA Facility" }, "DistanceToArea": { "type": "string", "description": "Air Facility System (AFS) ID.", "example": "VA0000005151044014" }, "EPAId": { "type": "string", "description": "This is the EPA Identifier for substances.", "example": "12345" }, "TribeName": { "type": "string", "description": "Air Facility System (AFS) ID.", "example": "VA0000005151044014" } }, "required": [ "AreaName", "EPAId", "TribeName", "DistanceToArea" ] }