{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-gamelift/refs/heads/main/json-schema/gamelift-stop-matchmaking-input-schema.json", "title": "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" ] }