{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-compute-optimizer/refs/heads/main/json-structure/compute-optimizer-summary-structure.json", "name": "Summary", "description": "The summary of a recommendation.", "type": "object", "properties": { "name": { "allOf": [ { "$ref": "#/components/schemas/Finding" }, { "description": "The finding classification of the recommendation." } ] }, "value": { "allOf": [ { "$ref": "#/components/schemas/SummaryValue" }, { "description": "The value of the recommendation summary." } ] }, "reasonCodeSummaries": { "allOf": [ { "$ref": "#/components/schemas/ReasonCodeSummaries" }, { "description": "An array of objects that summarize a finding reason code." } ] } } }