crs1_RelatedActivities

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.

GovernmentEnvironmentalOpenDataAirQualityWaterQualityHazardousWasteComplianceEmissions

Properties

Name Type Description
ActualDate string The actual date on which the event was completed/achieved.
Description string A description of the category of Supplemental Environment Project (SEP) for a settlement.
View JSON Schema on GitHub

JSON Schema

echo-case-crs1-related-activities-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-crs1-related-activities-schema.json",
  "title": "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.",
  "type": "object",
  "properties": {
    "ActualDate": {
      "description": "The actual date on which the event was completed/achieved.",
      "example": "08/12/1988",
      "title": "Actual Date",
      "type": "string"
    },
    "Description": {
      "description": "A description of the category of Supplemental Environment Project (SEP) for a settlement.",
      "title": "Description",
      "type": "string",
      "example": "string"
    }
  },
  "required": [
    "Description",
    "ActualDate"
  ]
}