Amazon GameLift · Schema

DescribeGameSessionPlacementOutput

DescribeGameSessionPlacementOutput schema from Amazon GameLift API

Cloud ComputingGame ServersGamingMultiplayerMatchmakingFlexMatchFleetIQ

Properties

Name Type Description
GameSessionPlacement object
View JSON Schema on GitHub

JSON Schema

gamelift-describe-game-session-placement-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-describe-game-session-placement-output-schema.json",
  "title": "DescribeGameSessionPlacementOutput",
  "description": "DescribeGameSessionPlacementOutput schema from Amazon GameLift API",
  "type": "object",
  "properties": {
    "GameSessionPlacement": {
      "allOf": [
        {
          "$ref": "#/components/schemas/GameSessionPlacement"
        },
        {
          "description": "Object that describes the requested game session placement."
        }
      ]
    }
  }
}