{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/epa/refs/heads/main/json-schema/echo-dfr-dfr093-schema.json", "title": "dfr093", "description": "Site Visit 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" }, "VisitReason": { "description": "Reason for the visit to the water system.", "title": "Reason for Visit", "type": "string", "example": "string" } }, "required": [ "SourceID", "VisitDate", "VisitReason", "Agency", "DataVerification", "Distribution", "ManagementOperation", "FinishedWaterStorage", "OperatorCompliance", "OtherEvaluation", "Pumps", "Security", "Source", "Financial", "Treatment" ] }