{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/FeedElementPage", "title": "FeedElementPage", "type": "object", "properties": { "elements": { "type": "array", "items": { "$ref": "#/components/schemas/FeedElement" } }, "nextPageUrl": { "type": "string", "nullable": true }, "updatesUrl": { "type": "string", "nullable": true } } }