Echo Air Qp0 Structure

Query Parameters Object

Type: object Properties: 2 Required: 2
GovernmentEnvironmentalOpenDataAirQualityWaterQualityHazardousWasteComplianceEmissions

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

Properties

QP QV

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-air-qp0-structure.json",
  "name": "qp0",
  "description": "Query Parameters Object",
  "type": "object",
  "properties": {
    "QP": {
      "type": "string",
      "description": "Query parameter",
      "example": "output"
    },
    "QV": {
      "type": "string",
      "description": "Query value",
      "example": "JSON"
    }
  },
  "required": [
    "QP",
    "QV"
  ]
}