Echo Rcra Rcra13 Structure

Results Object

Type: object Properties: 5 Required: 5
GovernmentEnvironmentalOpenDataAirQualityWaterQualityHazardousWasteComplianceEmissions

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

Properties

Facilities Message PageNo QueryID QueryRows

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-rcra-rcra13-structure.json",
  "name": "rcra13",
  "description": "Results Object",
  "type": "object",
  "properties": {
    "Facilities": {
      "type": "array",
      "items": {
        "$ref": "#/definitions/rcra01"
      },
      "description": "A complex array of facility information.",
      "example": [
        "string"
      ]
    },
    "Message": {
      "type": "string",
      "description": "Field to record messages (typically performance-related) about packet processing",
      "example": "Success"
    },
    "PageNo": {
      "type": "string",
      "description": "The number of pages of results returned",
      "example": "1"
    },
    "QueryID": {
      "type": "string",
      "description": "Sequential number assigned to entire search result",
      "example": "245"
    },
    "QueryRows": {
      "type": "string",
      "description": "Number of query results returned",
      "example": "5"
    }
  },
  "required": [
    "Message",
    "QueryRows",
    "QueryID",
    "Facilities",
    "PageNo"
  ]
}