Echo Effluent Rlup01 Structure

Lookup Values

Type: object Properties: 2 Required: 2
GovernmentEnvironmentalOpenDataAirQualityWaterQualityHazardousWasteComplianceEmissions

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

Properties

ValueCode ValueDescription

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-effluent-rlup01-structure.json",
  "name": "rlup01",
  "description": "Lookup Values",
  "type": "object",
  "properties": {
    "ValueCode": {
      "type": "string",
      "example": "77034"
    },
    "ValueDescription": {
      "type": "string",
      "example": "1-Butanol"
    }
  },
  "required": [
    "ValueCode",
    "ValueDescription"
  ]
}