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