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