{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-gamelift/refs/heads/main/json-structure/gamelift-describe-build-output-structure.json", "name": "DescribeBuildOutput", "description": "DescribeBuildOutput schema from Amazon GameLift API", "type": "object", "properties": { "Build": { "allOf": [ { "$ref": "#/components/schemas/Build" }, { "description": "Set of properties describing the requested build." } ] } } }