{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-gamelift/refs/heads/main/json-schema/gamelift-describe-fleet-location-capacity-output-schema.json", "title": "DescribeFleetLocationCapacityOutput", "description": "DescribeFleetLocationCapacityOutput schema from Amazon GameLift API", "type": "object", "properties": { "FleetCapacity": { "allOf": [ { "$ref": "#/components/schemas/FleetCapacity" }, { "description": "Resource capacity information for the requested fleet location. Capacity objects are returned only for fleets and locations that currently exist." } ] } } }