JSON Error For Swagger UI

0
Hi all, Does anyone know how to resolve this error in Swagger UI when publishing a REST service?   Resolver error at paths./PopulateContract.post.parameters.0.schema.$ref Could not resolve reference because of: Could not resolve pointer: /definitions/ does not exist in document   Thank you.
asked
3 answers
1

It looks like you're basing your mappings on json snippets. That doesn't work in version 7.15.1 (it will work in 7.16)

Looking at your mapping, it looks like using a message definition to base your mapping on would be a lot easier, and it works in 7.15.1

answered
0

can you show us the microflow you use for the specific operation? if you use an object or list to return in your microflow please show us the import mapping and message definition as well. Maybe there is something missing 

answered
0

Hi Pim, 

Thank you for your response, I am working with Sophie

Please see the Microflow used below, the import mapping, the message definition and the Published REST page

 

answered