rlup77

Results Object

GovernmentEnvironmentalOpenDataAirQualityWaterQualityHazardousWasteComplianceEmissions

Properties

Name Type Description
LuValues array
Message string Field to record messages (typically performance-related) about packet processing
View JSON Schema on GitHub

JSON Schema

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