{ "$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-script-output-schema.json", "title": "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." } ] } } }