{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-gamelift/refs/heads/main/json-structure/gamelift-describe-fleet-location-capacity-output-structure.json", "name": "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." } ] } } }