{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/JoinLobbyRequest", "title": "JoinLobbyRequest", "type": "object", "required": [ "playerId" ], "properties": { "playerId": { "type": "string" }, "player": { "$ref": "#/components/schemas/CreatePlayerRequest" } } }