{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-cloudwatch/refs/heads/main/json-structure/cloudwatch-put-dashboard-response-structure.json", "name": "PutDashboardResponse", "description": "Response from the PutDashboard action", "type": "object", "properties": { "dashboardValidationMessages": { "type": "array", "description": "Validation messages from the dashboard body", "items": { "type": "object", "properties": { "dataPath": { "type": "string", "description": "The data path related to the message" }, "message": { "type": "string", "description": "A message describing the error or warning" } } } } } }