{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-cloud9/refs/heads/main/json-schema/cloud9-create-environment-ec2-response-schema.json", "title": "CreateEnvironmentEC2Response", "description": "Response for creating an EC2 environment.", "type": "object", "properties": { "environmentId": { "type": "string", "description": "The ID of the environment that was created.", "example": "abc12345678901234567890" } } }