Home
EPA — U.S. Environmental Protection Agency
Echo Case Crs1 Results Structure
Echo Case Crs1 Results Structure
The data returned by the service call.
Type: object
Properties: 12
Required: 12
Government Environmental OpenData AirQuality WaterQuality HazardousWaste Compliance Emissions
crs1_Results is a JSON Structure definition published by EPA — U.S. Environmental Protection Agency, describing 12 properties, of which 12 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
Properties
CAEDDocuments
CaseInformation
CaseMilestones
Citations
Defendants
EnforcementConclusions
Facilities
LawsAndSections
Message
Pollutants
ProgramLinks
RelatedActivities
Meta-schema: https://json-structure.org/meta/core/v0/#
JSON Structure
{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/epa/refs/heads/main/json-structure/echo-case-crs1-results-structure.json",
"name": "crs1_Results",
"description": "The data returned by the service call.",
"type": "object",
"properties": {
"CAEDDocuments": {
"type": "array",
"items": {
"$ref": "#/definitions/crs1_CAEDDocuments"
},
"example": [
"string"
]
},
"CaseInformation": {
"$ref": "#/definitions/crs1_CaseInformation"
},
"CaseMilestones": {
"type": "array",
"items": {
"$ref": "#/definitions/crs1_CaseMilestones"
},
"example": [
"string"
]
},
"Citations": {
"type": "array",
"items": {
"$ref": "#/definitions/crs1_Citations"
},
"example": [
"string"
]
},
"Defendants": {
"type": "array",
"items": {
"$ref": "#/definitions/crs1_Defendants"
},
"example": [
"string"
]
},
"EnforcementConclusions": {
"type": "array",
"items": {
"$ref": "#/definitions/crs1_EnforcementConclusions"
},
"example": [
"string"
]
},
"Facilities": {
"type": "array",
"items": {
"$ref": "#/definitions/crs1_Facilities"
},
"description": "A complex array of facility information.",
"example": [
"string"
]
},
"LawsAndSections": {
"type": "array",
"items": {
"$ref": "#/definitions/crs1_LawsAndSections"
},
"example": [
"string"
]
},
"Message": {
"type": "string",
"description": "Field to record messages (typically performance-related) about packet processing",
"example": "Success"
},
"Pollutants": {
"type": "array",
"items": {
"$ref": "#/definitions/crs1_Pollutants"
},
"example": [
"string"
]
},
"ProgramLinks": {
"type": "array",
"items": {
"$ref": "#/definitions/crs1_ProgramLinks"
},
"example": [
"string"
]
},
"RelatedActivities": {
"type": "array",
"items": {
"$ref": "#/definitions/crs1_RelatedActivities"
},
"description": "This section provides an Activity Type description and date for other ICIS activities (e.g., inspections, or compliance assistance) that are linked to the enforcement action.",
"example": [
"string"
]
}
},
"required": [
"Message",
"CaseInformation",
"LawsAndSections",
"Citations",
"ProgramLinks",
"Facilities",
"Defendants",
"CaseMilestones",
"Pollutants",
"RelatedActivities",
"EnforcementConclusions",
"CAEDDocuments"
]
}