{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/epa/refs/heads/main/json-structure/echo-dfr-dfr102-structure.json", "name": "dfr102", "description": "TRI Releases Object", "type": "object", "properties": { "Chemicals": { "type": "array", "items": { "$ref": "#/definitions/dfr103" }, "example": [ "string" ] }, "Header": { "type": "array", "items": { "$ref": "#/definitions/dfr104" }, "example": [ "string" ] } } }