{ "$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-input-structure.json", "name": "DescribeScriptInput", "description": "DescribeScriptInput schema from Amazon GameLift API", "type": "object", "properties": { "ScriptId": { "allOf": [ { "$ref": "#/components/schemas/ScriptIdOrArn" }, { "description": "A unique identifier for the Realtime script to retrieve properties for. You can use either the script ID or ARN value." } ] } }, "required": [ "ScriptId" ] }