Echo Dfr Dfr071 Structure

Copper Samples

Type: object Properties: 4 Required: 4
GovernmentEnvironmentalOpenDataAirQualityWaterQualityHazardousWasteComplianceEmissions

dfr071 is a JSON Structure definition published by EPA — U.S. Environmental Protection Agency, describing 4 properties, of which 4 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

CU90 CU90Dates CU90Units CU90Value

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/epa/refs/heads/main/json-structure/echo-dfr-dfr071-structure.json",
  "name": "dfr071",
  "description": "Copper Samples",
  "type": "object",
  "properties": {
    "CU90": {
      "type": "string",
      "description": "The concentration of copper representing the 90th percentile level of all tap water samples collected for the water system",
      "example": "2 mg/L"
    },
    "CU90Dates": {
      "type": "string",
      "description": "The dates during which tap water samples were collected.",
      "example": "2015-07-01-2015-12-31"
    },
    "CU90Units": {
      "type": "string",
      "description": "The measurement units.",
      "example": "mg/L"
    },
    "CU90Value": {
      "type": "string",
      "description": "The value of the concentration of copper representing the 90th percentile level of all tap water samples collected for the water system",
      "example": "2"
    }
  },
  "required": [
    "CU90",
    "CU90Value",
    "CU90Units",
    "CU90Dates"
  ]
}