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