Hi,
Can anyone help me with a problem parsing json?
I am using an HTTP module to call an endpoint in the Confluence cloud. The response is in json. I need to find all the page IDs and titles. So I want to parse json using the Parse JSON module. And even when I use the response as a pattern for json schema, I still get an error that the schema validation failed.
I went through the steps that Copilot recommended to me and manually changed the types in the schema but now I am stuck with the type "results". I have used array, object and string but nothing has worked.
Also Copilot is quite unsure - when I use "array" it recommends "object", when I use "object" it recommends "array".
Does anyone know what I am doing wrong?
The schema and response are attached.
I have the same question (0)