DescribeComputeOutput schema from Amazon GameLift API
{ "$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-compute-output-schema.json", "title": "DescribeComputeOutput", "description": "DescribeComputeOutput schema from Amazon GameLift API", "type": "object", "properties": { "Compute": { "allOf": [ { "$ref": "#/components/schemas/Compute" }, { "description": "The details of the compute resource you registered to the specified fleet." } ] } } }