{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-ec2/refs/heads/main/json-schema/ec2-openapi-create-image-response-schema.json", "title": "CreateImageResponse", "description": "Response from the CreateImage action", "type": "object", "properties": { "imageId": { "type": "string", "description": "The ID of the new AMI" } } }