Echo Cwa Rlup24 Structure

Results Object

Type: object Properties: 2 Required: 1
GovernmentEnvironmentalOpenDataAirQualityWaterQualityHazardousWasteComplianceEmissions

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

Properties

LuValues Message

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-cwa-rlup24-structure.json",
  "name": "rlup24",
  "description": "Results Object",
  "type": "object",
  "properties": {
    "LuValues": {
      "type": "array",
      "items": {
        "$ref": "#/definitions/rlup01"
      },
      "example": [
        "string"
      ]
    },
    "Message": {
      "type": "string",
      "description": "Field to record messages (typically performance-related) about packet processing",
      "example": "Success"
    }
  },
  "required": [
    "Message"
  ]
}