Amazon GameLift · Schema

CreatePlayerSessionsOutput

CreatePlayerSessionsOutput schema from Amazon GameLift API

Cloud ComputingGame ServersGamingMultiplayerMatchmakingFlexMatchFleetIQ

Properties

Name Type Description
PlayerSessions object
View JSON Schema on GitHub

JSON Schema

gamelift-create-player-sessions-output-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-gamelift/refs/heads/main/json-schema/gamelift-create-player-sessions-output-schema.json",
  "title": "CreatePlayerSessionsOutput",
  "description": "CreatePlayerSessionsOutput schema from Amazon GameLift API",
  "type": "object",
  "properties": {
    "PlayerSessions": {
      "allOf": [
        {
          "$ref": "#/components/schemas/PlayerSessionList"
        },
        {
          "description": "A collection of player session objects created for the added players."
        }
      ]
    }
  }
}