{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-ec2/refs/heads/main/json-structure/ec2-openapi-run-instances-response-structure.json", "name": "RunInstancesResponse", "description": "Response from the RunInstances action", "type": "object", "properties": { "reservationId": { "type": "string", "description": "The ID of the reservation" }, "ownerId": { "type": "string", "description": "The ID of the AWS account that owns the reservation" }, "instances": { "type": "array", "description": "The instances launched", "items": { "$ref": "#/components/schemas/Instance" } } } }