dfr089
Sanitary Survey Object
GovernmentEnvironmentalOpenDataAirQualityWaterQualityHazardousWasteComplianceEmissions
Properties
| Name | Type | Description |
|---|---|---|
| Agency | string | Identifies the lead agency (e.g., EPA, State) conducting the inspection. Values: State abbreviation or "EPA" |
| DataVerification | string | The sanitary source survey conclusion for data verification operations. Applicable codes: - M - Minor Deficiencies - N - No Deficiencies or Recommendations - R - Recommendations Made - S - Significant |
| Distribution | string | The sanitary source survey conclusion for distribution operations. Applicable codes: - M - Minor Deficiencies - N - No Deficiencies or Recommendations - R - Recommendations Made - S - Significant Defi |
| Financial | string | The sanitary source survey conclusion for financial operations. Applicable codes: - M - Minor Deficiencies - N - No Deficiencies or Recommendations - R - Recommendations Made - S - Significant Deficie |
| FinishedWaterStorage | string | The sanitary source survey conclusion for finished water storage operations. Applicable codes: - M - Minor Deficiencies - N - No Deficiencies or Recommendations - R - Recommendations Made - S - Signif |
| ManagementOperation | string | The sanitary source survey conclusion for management operations. Applicable codes: - M - Minor Deficiencies - N - No Deficiencies or Recommendations - R - Recommendations Made - S - Significant Defici |
| OperatorCompliance | string | The sanitary source survey conclusion for operator compliance. Applicable codes: - M - Minor Deficiencies - N - No Deficiencies or Recommendations - R - Recommendations Made - S - Significant Deficien |
| OtherEvaluation | string | The sanitary source survey conclusion for other evaluation. Applicable codes: - M - Minor Deficiencies - N - No Deficiencies or Recommendations - R - Recommendations Made - S - Significant Deficiencie |
| Pumps | string | The sanitary source survey conclusion for pump operations. Applicable codes: - M - Minor Deficiencies - N - No Deficiencies or Recommendations - R - Recommendations Made - S - Significant Deficiencies |
| Security | string | The sanitary source survey conclusions for security operations. Applicable codes: - M - Minor Deficiencies - N - No Deficiencies or Recommendations - R - Recommendations Made - S - Significant Deficie |
| Source | string | The sanitary source survey conclusion for source operations. Applicable codes: - M - Minor Deficiencies - N - No Deficiencies or Recommendations - R - Recommendations Made - S - Significant Deficienci |
| SourceID | string | Unique Identifier assigned by EPA. |
| Treatment | string | The sanitary survey results conclusions for treatment operations. Applicable codes: - M - Minor Deficiencies - N - No Deficiencies or Recommendations - R - Recommendations Made - S - Significant Defic |
| VisitDate | string | Date of the sanitary survey. |
| VisitType | string | A description of the type of site visit conducted. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/epa/refs/heads/main/json-schema/echo-dfr-dfr089-schema.json",
"title": "dfr089",
"description": "Sanitary Survey Object",
"type": "object",
"properties": {
"Agency": {
"description": "Identifies the lead agency (e.g., EPA, State) conducting the inspection. \nValues: State abbreviation or \"EPA\"",
"example": "State",
"title": "Agency",
"type": "string"
},
"DataVerification": {
"description": "The sanitary source survey conclusion for data verification operations. Applicable codes: \n- M - Minor Deficiencies\n- N - No Deficiencies or Recommendations\n- R - Recommendations Made\n- S - Significant Deficiencies\n- X - Not Evaluated\n- Z - Not Applicable\n- (blank) - Not Reported to EPA",
"example": "N",
"title": "Data Verification",
"type": "string"
},
"Distribution": {
"description": "The sanitary source survey conclusion for distribution operations. Applicable codes: \n- M - Minor Deficiencies\n- N - No Deficiencies or Recommendations\n- R - Recommendations Made\n- S - Significant Deficiencies\n- X - Not Evaluated\n- Z - Not Applicable\n- (blank) - Not Reported to EPA",
"example": "N",
"title": "Distribution",
"type": "string"
},
"Financial": {
"description": "The sanitary source survey conclusion for financial operations. Applicable codes: \n- M - Minor Deficiencies\n- N - No Deficiencies or Recommendations\n- R - Recommendations Made\n- S - Significant Deficiencies\n- X - Not Evaluated\n- Z - Not Applicable\n- (blank) - Not Reported to EPA",
"example": "Z",
"title": "Financial",
"type": "string"
},
"FinishedWaterStorage": {
"description": "The sanitary source survey conclusion for finished water storage operations. Applicable codes: \n- M - Minor Deficiencies\n- N - No Deficiencies or Recommendations\n- R - Recommendations Made\n- S - Significant Deficiencies\n- X - Not Evaluated\n- Z - Not Applicable\n- (blank) - Not Reported to EPA",
"example": "Z",
"title": "Finished Water Storage",
"type": "string"
},
"ManagementOperation": {
"description": "The sanitary source survey conclusion for management operations. Applicable codes: \n- M - Minor Deficiencies\n- N - No Deficiencies or Recommendations\n- R - Recommendations Made\n- S - Significant Deficiencies\n- X - Not Evaluated\n- Z - Not Applicable\n- (blank) - Not Reported to EPA",
"example": "N",
"title": "Management Operation",
"type": "string"
},
"OperatorCompliance": {
"description": "The sanitary source survey conclusion for operator compliance. Applicable codes: \n- M - Minor Deficiencies\n- N - No Deficiencies or Recommendations\n- R - Recommendations Made\n- S - Significant Deficiencies\n- X - Not Evaluated\n- Z - Not Applicable\n- (blank) - Not Reported to EPA",
"example": "M",
"title": "Operator Compliance",
"type": "string"
},
"OtherEvaluation": {
"description": "The sanitary source survey conclusion for other evaluation. Applicable codes: \n- M - Minor Deficiencies\n- N - No Deficiencies or Recommendations\n- R - Recommendations Made\n- S - Significant Deficiencies\n- X - Not Evaluated\n- Z - Not Applicable\n- (blank) - Not Reported to EPA",
"example": "M",
"title": "Other Evaluation",
"type": "string"
},
"Pumps": {
"description": "The sanitary source survey conclusion for pump operations. Applicable codes: \n- M - Minor Deficiencies\n- N - No Deficiencies or Recommendations\n- R - Recommendations Made\n- S - Significant Deficiencies\n- X - Not Evaluated\n- Z - Not Applicable\n- (blank) - Not Reported to EPA",
"example": "M",
"title": "Pumps",
"type": "string"
},
"Security": {
"description": "The sanitary source survey conclusions for security operations. Applicable codes: \n- M - Minor Deficiencies\n- N - No Deficiencies or Recommendations\n- R - Recommendations Made\n- S - Significant Deficiencies\n- X - Not Evaluated\n- Z - Not Applicable\n- (blank) - Not Reported to EPA",
"example": "Z",
"title": "Security",
"type": "string"
},
"Source": {
"description": "The sanitary source survey conclusion for source operations. Applicable codes: \n- M - Minor Deficiencies\n- N - No Deficiencies or Recommendations\n- R - Recommendations Made\n- S - Significant Deficiencies\n- X - Not Evaluated\n- Z - Not Applicable\n- (blank) - Not Reported to EPA",
"example": "Z",
"title": "Source",
"type": "string"
},
"SourceID": {
"description": "Unique Identifier assigned by EPA.",
"example": "ALR040033",
"title": "EPA Source Identifier",
"type": "string"
},
"Treatment": {
"description": "The sanitary survey results conclusions for treatment operations. Applicable codes: \n- M - Minor Deficiencies\n- N - No Deficiencies or Recommendations\n- R - Recommendations Made\n- S - Significant Deficiencies\n- X - Not Evaluated\n- Z - Not Applicable\n- (blank) - Not Reported to EPA",
"example": "M",
"title": "Treatment",
"type": "string"
},
"VisitDate": {
"description": "Date of the sanitary survey.",
"title": "Date of Visit",
"type": "string",
"example": "string"
},
"VisitType": {
"description": "A description of the type of site visit conducted.",
"example": "Sanitary Survey, Complete",
"title": "Type of Visit",
"type": "string"
}
},
"required": [
"SourceID",
"VisitDate",
"VisitType",
"Agency",
"DataVerification",
"Distribution",
"ManagementOperation",
"FinishedWaterStorage",
"OperatorCompliance",
"OtherEvaluation",
"Pumps",
"Security",
"Source",
"Financial",
"Treatment"
]
}