{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/epa/refs/heads/main/json-schema/echo-dfr-dfr055-schema.json", "title": "dfr055", "description": "dfr055 schema from U.S. EPA Enforcement and Compliance History Online (ECHO) - Detailed Facility Report (DFR)", "type": "object", "properties": { "Settlement": { "items": { "$ref": "#/definitions/dfr054" }, "title": "Settlement", "type": "array", "xml": { "name": "Settlements", "wrapped": true }, "example": [ "string" ] } }, "required": [ "Settlement" ] }