AcceptMatchInput is a JSON Structure definition published by Amazon GameLift, describing 3 properties, of which 3 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-gamelift/refs/heads/main/json-structure/gamelift-accept-match-input-structure.json",
"name": "AcceptMatchInput",
"description": "AcceptMatchInput schema from Amazon GameLift API",
"type": "object",
"properties": {
"TicketId": {
"allOf": [
{
"$ref": "#/components/schemas/MatchmakingIdStringModel"
},
{
"description": "A unique identifier for a matchmaking ticket. The ticket must be in status <code>REQUIRES_ACCEPTANCE</code>; otherwise this request will fail."
}
]
},
"PlayerIds": {
"allOf": [
{
"$ref": "#/components/schemas/StringList"
},
{
"description": "A unique identifier for a player delivering the response. This parameter can include one or multiple player IDs."
}
]
},
"AcceptanceType": {
"allOf": [
{
"$ref": "#/components/schemas/AcceptanceType"
},
{
"description": "Player response to the proposed match."
}
]
}
},
"required": [
"TicketId",
"PlayerIds",
"AcceptanceType"
]
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.