{ "$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-dimension-value-contribution-structure.json", "name": "DimensionValueContribution", "description": "The severity of a value of a dimension that contributed to an anomaly.", "type": "object", "properties": { "DimensionValue": { "allOf": [ { "$ref": "#/components/schemas/DimensionValue" }, { "description": "The value of the dimension." } ] }, "ContributionScore": { "allOf": [ { "$ref": "#/components/schemas/Score" }, { "description": "The severity score of the value." } ] } } }