{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-gamelift/refs/heads/main/json-structure/gamelift-describe-ec2-instance-limits-output-structure.json", "name": "DescribeEC2InstanceLimitsOutput", "description": "DescribeEC2InstanceLimitsOutput schema from Amazon GameLift API", "type": "object", "properties": { "EC2InstanceLimits": { "allOf": [ { "$ref": "#/components/schemas/EC2InstanceLimitList" }, { "description": "The maximum number of instances for the specified instance type." } ] } } }