{ "$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-recommendation-source-structure.json", "name": "RecommendationSource", "description": "Describes the source of a recommendation, such as an Amazon EC2 instance or Auto Scaling group.", "type": "object", "properties": { "recommendationSourceArn": { "allOf": [ { "$ref": "#/components/schemas/RecommendationSourceArn" }, { "description": "The Amazon Resource Name (ARN) of the recommendation source." } ] }, "recommendationSourceType": { "allOf": [ { "$ref": "#/components/schemas/RecommendationSourceType" }, { "description": "The resource type of the recommendation source." } ] } } }