{ "type": "object", "properties": { "currentPageUrl": { "type": "['string', 'null']", "example": "https://www.example.com" }, "nextPageUrl": { "type": "['string', 'null']", "example": "https://www.example.com" }, "topics": { "type": "array", "description": "", "example": [], "items": { "type": "string" } } }, "required": [ "currentPageUrl", "nextPageUrl", "topics" ], "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "Topics" }