{ "title": "Body", "body": { "content": { "application/json": { "schema": { "properties": { "formData": { "description": "Chart form data", "type": "object" }, "urlParams": { "description": "URL Parameters", "items": { "description": "URL Parameter key-value pair", "nullable": true }, "nullable": true, "type": "array" } }, "required": ["formData"], "type": "object", "title": "ExplorePermalinkStateSchema" }, "example": { "formData": {}, "urlParams": [{}] } } }, "required": true } }