{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/epa/refs/heads/main/json-structure/echo-dfr-dfr0-get-d80d90s-details.d80-d90s-details.sources-structure.json", "name": "dfr0_get_d80d90s_details.D80D90sDetails.Sources", "description": "Sources Object", "type": "object", "properties": { "DaysLate": { "type": "string", "description": "The number of days the DMR value is late, as generated in ICIS-NPDES", "example": "5" }, "DmrDueDate": { "type": "string", "description": "The due date for the DMR to the NPDES program authority (e.g., EPA or state environmental agency) (MM/DD/YYYY).\ufffd", "example": "01/25/2018" }, "LimitBeginDate": { "type": "string", "description": "The date on which a limit becomes in effect for a particular parameter in a limit set", "example": "01-APR-14" }, "LimitEndDate": { "type": "string", "description": "The date on which a limit stops being in effect for a particular parameter in a limit set", "example": "31-MAR-19" }, "LimitId": { "type": "string", "description": "The unique identifier for a limit parameter record", "example": "3401161480" }, "LimitSetName": { "type": "string", "description": "The name associated with a group of parameter permit limits.", "example": "EPA Facility" }, "MissingLate": { "type": "string", "description": "Indicates if the permitted facility submitted missing or late DMRS to the NPDES permitting authority within the past three years.", "example": "LATE" }, "MonitoringLocationCode": { "type": "string", "description": "The code that the monitoring location at which the monitoring requirement (and effluent limit if limited) applies. One parameter may have several monitoring location codes pertaining to the same permitted feature", "example": "1" }, "MonitoringLocationDesc": { "type": "string", "description": "The name of the monitoring location at which the monitoring requirement (and effluent limit if limited) applies", "example": "Effluent Gross" }, "MonitoringPeriodEndDate": { "type": "string", "description": "The date that the monitoring period for the values covered by the DMR Form ends", "example": "30-APR-14" }, "NPDESId": { "type": "string", "description": "A unique ID assigned for each record/permit/site/facility within ICIS-NPDES.", "example": "IN0000094" }, "NodiCode": { "type": "string", "description": "The no data indicator code for DMRs where no measurements are reported.", "example": "1" }, "NodiDesc": { "type": "string", "description": "The description of the NODI code explaining why no data are reported (e.g., no discharge, not quantifiable, conditional monitoring).", "example": "Wrong Flow" }, "NodiValidationFlag": { "type": "string", "description": "Indicates whether the NODI is considered valid (Y) or invalid (N) for compliance determination purposes.", "example": "Y" }, "NpdesViolationId": { "type": "string", "description": "The unique identifier for the violation related to a particular site.", "example": "3638943345" }, "ParameterCode": { "type": "string", "description": "The unique 5 digit numeric code identifying the parameter. If the code is less than 5 digits in the .CSV, append zeros to the beginning of the number (e.g., 100 is equivalent to 00100)", "example": "00400" }, "ParameterDesc": { "type": "string", "description": "The pollutant name and form (e.g., dissolved, suspended) associated with the parameter code", "example": "pH" }, "PermFeatureNmbr": { "type": "string", "description": "A three-character code in ICIS-NPDES that identifies the point of discharge (e.g., outfall) for a facility. A NPDES permit may have multiple points of discharge. If the code is less than three characters in the .CSV, append zeros to the beginning of the number (e.g., 1 is equivalent to 001)", "example": "001" }, "RncDetectionCode": { "type": "string", "description": "The reportable noncompliance detection code.", "example": "A" }, "RncDetectionDate": { "type": "string", "description": "The date that RNC was detected. It can be entered manually or automatically. In cases in which RNC is detected by ICIS-NPDES, the detection date entered will vary according to the type of violation detected (MM/DD/YYY).", "example": "02/19/2016" }, "RncDetectionDesc": { "type": "string", "description": "The reportable noncompliance detection description.", "example": "Enforcement Order" }, "RncResolutionCode": { "type": "string", "description": "The reportable noncompliance resolution code.", "example": "4" }, "RncResolutionDate": { "type": "string", "description": "The reportable noncompliance resolution date.", "example": "02/19/2016" }, "RncResolutionDesc": { "type": "string", "description": "The reportable noncompliance resolution description.", "example": "\tRP - In Compliance with Formal Enforcement Action Final Order Requirement" }, "StatisticalBaseMonthlyAvg": { "type": "string", "example": "string" }, "ValueReceivedDate": { "type": "string", "description": "The date the DMR value was received by the regulatory authority", "example": "08-MAY-14" }, "ValueTypeCode": { "type": "string", "description": "The indication of the limit value type (e.g., Quantity 1, Concentration 2)", "example": "C1" }, "VersionNmbr": { "type": "string", "description": "The version of the permit when a modification or reissuance is applied to the permit. Version = 0 indicates the original permit issuance", "example": "0" }, "ViolationCode": { "type": "string", "description": "The code identifying which type of Violation has occurred (e.g., D80 = Required Monitoring DMR Value Non-Receipt, E90 = Effluent Violation, C20 = Schedule Event Achieved Late)", "example": "E90" } }, "required": [ "NPDESId", "VersionNmbr", "PermFeatureNmbr", "LimitId", "MonitoringLocationCode", "MonitoringLocationDesc", "LimitBeginDate", "LimitEndDate", "LimitSetName", "ParameterCode", "ParameterDesc", "ValueTypeCode", "StatisticalBaseMonthlyAvg", "MonitoringPeriodEndDate", "DmrDueDate", "NpdesViolationId", "RncDetectionDate", "RncDetectionCode", "RncDetectionDesc", "RncResolutionDate", "RncResolutionCode", "RncResolutionDesc", "NodiCode", "NodiDesc", "NodiValidationFlag", "DaysLate", "MissingLate", "ValueReceivedDate", "ViolationCode" ] }