{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-lookout-for-metrics/refs/heads/main/json-structure/amazon-lookout-for-metrics-time-series-feedback-structure.json", "name": "TimeSeriesFeedback", "description": "Details about feedback submitted for an anomalous metric.", "type": "object", "properties": { "TimeSeriesId": { "allOf": [ { "$ref": "#/components/schemas/TimeSeriesId" }, { "description": "The ID of the metric." } ] }, "IsAnomaly": { "allOf": [ { "$ref": "#/components/schemas/Boolean" }, { "description": "Feedback on whether the metric is a legitimate anomaly." } ] } } }