crs1_Results
The data returned by the service call.
GovernmentEnvironmentalOpenDataAirQualityWaterQualityHazardousWasteComplianceEmissions
Properties
| Name | Type | Description |
|---|---|---|
| CAEDDocuments | array | |
| CaseInformation | object | |
| CaseMilestones | array | |
| Citations | array | |
| Defendants | array | |
| EnforcementConclusions | array | |
| Facilities | array | A complex array of facility information. |
| LawsAndSections | array | |
| Message | string | Field to record messages (typically performance-related) about packet processing |
| Pollutants | array | |
| ProgramLinks | array | |
| RelatedActivities | array | 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. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/epa/refs/heads/main/json-schema/echo-case-crs1-results-schema.json",
"title": "crs1_Results",
"description": "The data returned by the service call.",
"type": "object",
"properties": {
"CAEDDocuments": {
"items": {
"$ref": "#/definitions/crs1_CAEDDocuments"
},
"title": "CAED Documents",
"type": "array",
"xml": {
"name": "CAEDDocuments",
"wrapped": true
},
"example": [
"string"
]
},
"CaseInformation": {
"$ref": "#/definitions/crs1_CaseInformation"
},
"CaseMilestones": {
"items": {
"$ref": "#/definitions/crs1_CaseMilestones"
},
"title": "Case Milestones",
"type": "array",
"xml": {
"name": "CaseMilestones",
"wrapped": true
},
"example": [
"string"
]
},
"Citations": {
"items": {
"$ref": "#/definitions/crs1_Citations"
},
"title": "Citations",
"type": "array",
"xml": {
"name": "Citations",
"wrapped": true
},
"example": [
"string"
]
},
"Defendants": {
"items": {
"$ref": "#/definitions/crs1_Defendants"
},
"title": "Defendants",
"type": "array",
"xml": {
"name": "Defendants",
"wrapped": true
},
"example": [
"string"
]
},
"EnforcementConclusions": {
"items": {
"$ref": "#/definitions/crs1_EnforcementConclusions"
},
"title": "Enforcement Conclusions",
"type": "array",
"xml": {
"name": "EnforcementConclusions",
"wrapped": true
},
"example": [
"string"
]
},
"Facilities": {
"description": "A complex array of facility information.",
"items": {
"$ref": "#/definitions/crs1_Facilities"
},
"title": "Facilities",
"type": "array",
"xml": {
"name": "Facilities",
"wrapped": true
},
"example": [
"string"
]
},
"LawsAndSections": {
"items": {
"$ref": "#/definitions/crs1_LawsAndSections"
},
"title": "Laws And Sections",
"type": "array",
"xml": {
"name": "LawsAndSections",
"wrapped": true
},
"example": [
"string"
]
},
"Message": {
"description": "Field to record messages (typically performance-related) about packet processing",
"example": "Success",
"title": "Message",
"type": "string"
},
"Pollutants": {
"items": {
"$ref": "#/definitions/crs1_Pollutants"
},
"title": "Pollutants",
"type": "array",
"xml": {
"name": "Pollutants",
"wrapped": true
},
"example": [
"string"
]
},
"ProgramLinks": {
"items": {
"$ref": "#/definitions/crs1_ProgramLinks"
},
"title": "Program Links",
"type": "array",
"xml": {
"name": "ProgramLinks",
"wrapped": true
},
"example": [
"string"
]
},
"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.",
"items": {
"$ref": "#/definitions/crs1_RelatedActivities"
},
"title": "Related Activities",
"type": "array",
"xml": {
"name": "RelatedActivities",
"wrapped": true
},
"example": [
"string"
]
}
},
"required": [
"Message",
"CaseInformation",
"LawsAndSections",
"Citations",
"ProgramLinks",
"Facilities",
"Defendants",
"CaseMilestones",
"Pollutants",
"RelatedActivities",
"EnforcementConclusions",
"CAEDDocuments"
]
}