{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/epa/refs/heads/main/json-schema/echo-dfr-dfr018-reports-schema.json", "title": "dfr018_Reports", "description": "Reports Object", "type": "object", "properties": { "HasPollRpt": { "description": "???", "example": "Y", "type": "string" } }, "required": [ "HasPollRpt" ] }