crs0_get_case_info.Results

Results Object

GovernmentEnvironmentalOpenDataAirQualityWaterQualityHazardousWasteComplianceEmissions

Properties

Name Type Description
AFRRows string Displays the number of Administrative Formal cases within the search results.
CERCLARows string The number of cases within the results set that relate to the Comprehensive Environmental Response, Compensation, and Liability Act (CERCLA).
CWARows string The number of facilities or cases within the results set that have Clean Water Act (CWA) permits.
Cases array A summary of the violation(s), environmental problem(s), and a description of the cause of action.
ClusterOutput object
ClusterRecords string Number of clusters returned.
CriminalRows string Displays the number of criminal enforcement cases within the search results.
EPCRARows string The number of cases within the results set that relate to the Emergency Planning and Community Right to Know Act (EPCRA).
FIFRARows string The number of cases within the result set that relate to the Federal Insecticide, Fungicide, and Rodenticide Act (FIFRA).
FedPenRows string Displays the number of cases with federal penalty assessed greater than $0.
FederalRows string The number of facilities or cases within the result set that have a relationship to a Federal facility.
JDCRows string Displays the number of Judicial cases within the search results.
MapLocations string Number of Faciliy Locations related to the Case Search Results
Message string Field to record messages (typically performance-related) about packet processing
QueryParameters array A list of submitted query parameters and their values.
QueryRows string Number of query results returned
RCRARows string The number of facilities or cases within the results set that have Resource Conservation and Recovery Action (RCRA) permits.
SDWARows string The number of facilities or cases within the results set that have Safe Drinking Water Act (SDWA) permits.
SEPRows string Displays the number of cases with SEP amount greater than $0.
TSCARows string The number of cases within the result set that relate to the Toxic Substances Control Act (TSCA).
View JSON Schema on GitHub

JSON Schema

echo-case-crs0-get-case-info.results-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-case-crs0-get-case-info.results-schema.json",
  "title": "crs0_get_case_info.Results",
  "description": "Results Object",
  "type": "object",
  "properties": {
    "AFRRows": {
      "description": "Displays the number of Administrative Formal cases within the search results.",
      "example": "5",
      "title": "Administrative Formal Actions Row Count",
      "type": "string"
    },
    "CERCLARows": {
      "description": "The number of cases within the results set that relate to the Comprehensive Environmental Response, Compensation, and Liability Act (CERCLA).",
      "example": "50",
      "title": "Comprehensive Environmental Response, Compensation, and Liability Act Count",
      "type": "string"
    },
    "CWARows": {
      "description": "The number of facilities or cases within the results set that have Clean Water Act (CWA) permits.",
      "example": "50",
      "title": "Clean Water Act Count",
      "type": "string"
    },
    "Cases": {
      "description": "A summary of the violation(s), environmental problem(s), and a description of the cause of action.",
      "items": {
        "$ref": "#/definitions/crs0_Cases"
      },
      "title": "Cases",
      "type": "array",
      "xml": {
        "name": "Cases",
        "wrapped": true
      },
      "example": [
        "string"
      ]
    },
    "ClusterOutput": {
      "$ref": "#/definitions/crs0_ClusterOutput"
    },
    "ClusterRecords": {
      "description": "Number of clusters returned.",
      "example": "199",
      "title": "Cluster Records",
      "type": "string"
    },
    "CriminalRows": {
      "description": "Displays the number of criminal enforcement cases within the search results.",
      "example": "0",
      "title": "Count of Criminal Cases",
      "type": "string"
    },
    "EPCRARows": {
      "description": "The number of cases within the results set that relate to the Emergency Planning and Community Right to Know Act (EPCRA).",
      "example": "50",
      "title": "Emergency Planning and Community Right to Know Act Count",
      "type": "string"
    },
    "FIFRARows": {
      "description": "The number of cases within the result set that relate to the Federal Insecticide, Fungicide, and Rodenticide Act (FIFRA).",
      "example": "50",
      "title": "Federal Insecticide, Fungicide, and Rodenticide Act Count",
      "type": "string"
    },
    "FedPenRows": {
      "description": "Displays the number of cases with federal penalty assessed greater than $0.",
      "example": "3",
      "title": "Federal Penalty Rows",
      "type": "string"
    },
    "FederalRows": {
      "description": "The number of facilities or cases within the result set that have a relationship to a Federal facility.",
      "example": "50",
      "title": "Federal Related Facility Count",
      "type": "string"
    },
    "JDCRows": {
      "description": "Displays the number of Judicial cases within the search results.",
      "example": "2",
      "title": "Judicial Cases Row Count",
      "type": "string"
    },
    "MapLocations": {
      "description": "Number of Faciliy Locations related to the Case Search Results",
      "example": "200",
      "title": "Map Locations",
      "type": "string"
    },
    "Message": {
      "description": "Field to record messages (typically performance-related) about packet processing",
      "example": "Success",
      "title": "Message",
      "type": "string"
    },
    "QueryParameters": {
      "description": "A list of submitted query parameters and their values.",
      "items": {
        "$ref": "#/definitions/qp0"
      },
      "title": "Query Parameters",
      "type": "array",
      "xml": {
        "name": "QueryParameters",
        "wrapped": true
      },
      "example": [
        "string"
      ]
    },
    "QueryRows": {
      "description": "Number of query results returned",
      "example": "5",
      "title": "Query Row Count",
      "type": "string"
    },
    "RCRARows": {
      "description": "The number of facilities or cases within the results set that have Resource Conservation and Recovery Action (RCRA) permits.",
      "example": "50",
      "title": "Resource Conservation & Recovery Act Count",
      "type": "string"
    },
    "SDWARows": {
      "description": "The number of facilities or cases within the results set that have Safe Drinking Water Act (SDWA) permits.",
      "example": "50",
      "title": "Safe Drinking Water Act Count",
      "type": "string"
    },
    "SEPRows": {
      "description": "Displays the number of cases with SEP amount greater than $0.",
      "example": "0",
      "title": "Number of Cases found with SEP data",
      "type": "string"
    },
    "TSCARows": {
      "description": "The number of cases within the result set that relate to the Toxic Substances Control Act (TSCA).",
      "example": "50",
      "title": "Toxic Substances Control Act Count",
      "type": "string"
    }
  },
  "required": [
    "Message",
    "QueryRows",
    "MapLocations",
    "JDCRows",
    "AFRRows",
    "FedPenRows",
    "SEPRows",
    "CriminalRows",
    "RCRARows",
    "CWARows",
    "SDWARows",
    "EPCRARows",
    "CERCLARows",
    "FIFRARows",
    "TSCARows",
    "FederalRows",
    "QueryParameters"
  ]
}