{ "$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-utilization-output-schema.json", "title": "DescribeFleetLocationUtilizationOutput", "description": "DescribeFleetLocationUtilizationOutput schema from Amazon GameLift API", "type": "object", "properties": { "FleetUtilization": { "allOf": [ { "$ref": "#/components/schemas/FleetUtilization" }, { "description": "Utilization information for the requested fleet location. Utilization objects are returned only for fleets and locations that currently exist." } ] } } }