{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-ec2-auto-scaling/refs/heads/main/json-schema/ec2-auto-scaling-launch-template-schema.json", "title": "LaunchTemplate", "description": "Use this structure to specify the launch templates and instance types (overrides) for a mixed instances policy.", "type": "object", "properties": { "LaunchTemplateSpecification": { "allOf": [ { "$ref": "#/components/schemas/LaunchTemplateSpecification" }, { "description": "The launch template." } ] }, "Overrides": { "allOf": [ { "$ref": "#/components/schemas/Overrides" }, { "description": "Any properties that you specify override the same properties in the launch template." } ] } } }