{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-gamelift/refs/heads/main/json-structure/gamelift-describe-matchmaking-input-structure.json", "name": "DescribeMatchmakingInput", "description": "DescribeMatchmakingInput schema from Amazon GameLift API", "type": "object", "properties": { "TicketIds": { "allOf": [ { "$ref": "#/components/schemas/MatchmakingIdList" }, { "description": "A unique identifier for a matchmaking ticket. You can include up to 10 ID values. " } ] } }, "required": [ "TicketIds" ] }