{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "ParticipantsPage", "required": [ "participants" ], "properties": { "participants": { "$ref": "#/components/schemas/ArrayOfIds" }, "nextPageToken": { "type": "string" } }, "type": "object", "xml": { "name": "response" } }