{ "$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" ] }