Amazon GameLift · Schema

StopGameSessionPlacementOutput

StopGameSessionPlacementOutput schema from Amazon GameLift API

Cloud ComputingGame ServersGamingMultiplayerMatchmakingFlexMatchFleetIQ

Properties

Name Type Description
GameSessionPlacement object
View JSON Schema on GitHub

JSON Schema

gamelift-stop-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-stop-game-session-placement-output-schema.json",
  "title": "StopGameSessionPlacementOutput",
  "description": "StopGameSessionPlacementOutput schema from Amazon GameLift API",
  "type": "object",
  "properties": {
    "GameSessionPlacement": {
      "allOf": [
        {
          "$ref": "#/components/schemas/GameSessionPlacement"
        },
        {
          "description": "Object that describes the canceled game session placement, with <code>CANCELLED</code> status and an end time stamp. "
        }
      ]
    }
  }
}