{ "type": "object", "properties": { "currentPageToken": { "type": "['string', 'null']", "example": "CAUQAA" }, "currentPageUrl": { "type": "string", "example": "https://www.example.com" }, "elements": { "type": "array", "description": "", "example": [], "items": { "type": "string" } }, "isModifiedToken": { "type": "['string', 'null']", "example": "CAUQAA" }, "isModifiedUrl": { "type": "['string', 'null']", "example": "https://www.example.com" }, "nextPageToken": { "type": "['string', 'null']", "example": "CAUQAA" }, "nextPageUrl": { "type": "['string', 'null']", "example": "https://www.example.com" }, "updatesToken": { "type": "string", "example": "CAUQAA" }, "updatesUrl": { "type": "string", "example": "https://www.example.com" } }, "required": [ "currentPageToken", "currentPageUrl", "elements", "isModifiedToken", "isModifiedUrl", "nextPageToken", "nextPageUrl", "updatesToken", "updatesUrl" ], "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "SuccessfulNewsFeedElements" }