rlup01

Lookup Values

GovernmentEnvironmentalOpenDataAirQualityWaterQualityHazardousWasteComplianceEmissions

Properties

Name Type Description
ValueCode string
ValueDescription string
View JSON Schema on GitHub

JSON Schema

echo-cwa-rlup01-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/epa/refs/heads/main/json-schema/echo-cwa-rlup01-schema.json",
  "title": "rlup01",
  "description": "Lookup Values",
  "type": "object",
  "properties": {
    "ValueCode": {
      "example": "77034",
      "title": "Value Code",
      "type": "string"
    },
    "ValueDescription": {
      "example": "1-Butanol",
      "title": "Value Description",
      "type": "string"
    }
  },
  "required": [
    "ValueCode",
    "ValueDescription"
  ]
}