{ "$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-contribution-matrix-structure.json", "name": "ContributionMatrix", "description": "Details about dimensions that contributed to an anomaly.", "type": "object", "properties": { "DimensionContributionList": { "allOf": [ { "$ref": "#/components/schemas/DimensionContributionList" }, { "description": "A list of contributing dimensions." } ] } } }