{ "$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-input-schema.json", "title": "DescribeGameSessionPlacementInput", "description": "DescribeGameSessionPlacementInput schema from Amazon GameLift API", "type": "object", "properties": { "PlacementId": { "allOf": [ { "$ref": "#/components/schemas/IdStringModel" }, { "description": "A unique identifier for a game session placement to retrieve." } ] } }, "required": [ "PlacementId" ] }