status_message

Status message describing the results of processing. Null indicates success.

GovernmentEnvironmentalOpenDataAirQualityWaterQualityHazardousWasteComplianceEmissions
View JSON Schema on GitHub

JSON Schema

cip-service-status-message-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/cip-service-status-message-schema.json",
  "title": "status_message",
  "description": "Status message describing the results of processing.  Null indicates success.",
  "type": [
    "string",
    "null"
  ]
}