{ "$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-external-metrics-preference-schema.json", "title": "ExternalMetricsPreference", "description": " Describes the external metrics preferences for EC2 rightsizing recommendations. ", "type": "object", "properties": { "source": { "allOf": [ { "$ref": "#/components/schemas/ExternalMetricsSource" }, { "description": " Contains the source options for external metrics preferences. " } ] } } }