{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-gamelift/refs/heads/main/json-structure/gamelift-stop-matchmaking-input-structure.json", "name": "StopMatchmakingInput", "description": "StopMatchmakingInput schema from Amazon GameLift API", "type": "object", "properties": { "TicketId": { "allOf": [ { "$ref": "#/components/schemas/MatchmakingIdStringModel" }, { "description": "A unique identifier for a matchmaking ticket." } ] } }, "required": [ "TicketId" ] }