InferredWorkloadSavings schema
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-compute-optimizer/refs/heads/main/json-schema/compute-optimizer-inferred-workload-savings-schema.json", "title": "InferredWorkloadSavings", "description": "InferredWorkloadSavings schema", "type": "array", "items": { "$ref": "#/components/schemas/InferredWorkloadSaving" } }