{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-gamelift/refs/heads/main/json-schema/gamelift-get-game-session-log-url-input-schema.json", "title": "GetGameSessionLogUrlInput", "description": "GetGameSessionLogUrlInput schema from Amazon GameLift API", "type": "object", "properties": { "GameSessionId": { "allOf": [ { "$ref": "#/components/schemas/ArnStringModel" }, { "description": "A unique identifier for the game session to get logs for. " } ] } }, "required": [ "GameSessionId" ] }