Cam Monitor Plan Last Updated Config Dto Structure

LastUpdatedConfigDTO schema from Monitor Plan Management OpenAPI Specification

Type: object Properties: 2 Required: 2
GovernmentEnvironmentalOpenDataAirQualityWaterQualityHazardousWasteComplianceEmissions

LastUpdatedConfigDTO is a JSON Structure definition published by EPA — U.S. Environmental Protection Agency, describing 2 properties, of which 2 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

changedConfigs mostRecentUpdate

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/epa/refs/heads/main/json-structure/cam-monitor-plan-last-updated-config-dto-structure.json",
  "name": "LastUpdatedConfigDTO",
  "description": "LastUpdatedConfigDTO schema from Monitor Plan Management OpenAPI Specification",
  "type": "object",
  "properties": {
    "changedConfigs": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/MonitorPlan"
      },
      "example": [
        "string"
      ]
    },
    "mostRecentUpdate": {
      "type": "datetime",
      "example": "2024-01-15T12:00:00Z"
    }
  },
  "required": [
    "changedConfigs",
    "mostRecentUpdate"
  ]
}