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