Echo Case Crs3 Results Structure

The data returned by the service call.

Type: object Properties: 5 Required: 5
GovernmentEnvironmentalOpenDataAirQualityWaterQualityHazardousWasteComplianceEmissions

crs3_Results 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

CRCaseInformation CRDefendants CRDetails Locations 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-case-crs3-results-structure.json",
  "name": "crs3_Results",
  "description": "The data returned by the service call.",
  "type": "object",
  "properties": {
    "CRCaseInformation": {
      "$ref": "#/definitions/crs3_CaseInformation"
    },
    "CRDefendants": {
      "type": "array",
      "items": {
        "$ref": "#/definitions/crs3_CRDefendants"
      },
      "example": [
        "string"
      ]
    },
    "CRDetails": {
      "type": "array",
      "items": {
        "$ref": "#/definitions/crs3_CRDetails"
      },
      "example": [
        "string"
      ]
    },
    "Locations": {
      "type": "array",
      "items": {
        "$ref": "#/definitions/crs3_Locations"
      },
      "example": [
        "string"
      ]
    },
    "Message": {
      "type": "string",
      "description": "Field to record messages (typically performance-related) about packet processing",
      "example": "Success"
    }
  },
  "required": [
    "Message",
    "CRCaseInformation",
    "CRDefendants",
    "CRDetails",
    "Locations"
  ]
}