rlk00_LuValues

Lookup Values

GovernmentEnvironmentalOpenDataAirQualityWaterQualityHazardousWasteComplianceEmissions

Properties

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

JSON Schema

echo-case-rlk00-lu-values-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-case-rlk00-lu-values-schema.json",
  "title": "rlk00_LuValues",
  "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"
  ]
}