{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "QuizzesPage", "required": [ "results" ], "properties": { "results": { "type": "array", "items": { "$ref": "#/components/schemas/Quiz" }, "xml": { "wrapped": true } }, "nextPageToken": { "type": "string" } }, "type": "object", "xml": { "name": "response" } }