{ "$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." } ] } } }