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