Your question may already have an answer on the community forum. Please search for related topics, and then read through the guidelines before creating a new topic.
Hi,
I’m trying to create API documentation and validate my API against a json schema before publishing the API. When I go to validate my documentation, there are no details for what any issues are. If i click on the actual request, there’s no indication of any validation issue.
I tried “Select all changes” and applying it - then I get a message saying the collection has been updated and that “There is -1 issue remaining”. In the “view issues” browser screen, on the top left it says there are “X issues found”.
I would appreciate help on how I can figure out why I’m getting these issues and how to resolve them.
Looks like my original issue has been resolved! - I haven’t had a chance to test with another schema yet.
However I still see “Issues Found” when validating in the Postman App (see screenshot) - when I click to “Review Issues” it takes me to the “Collection Updated” page (2nd ss)
Hey @juliehive! I’m glad to hear that the issue has been resolved
I see you are still seeing “Issues found” message although the collection has been updated in accordance with the schema – this is very strange.
I would still be interested if the issue is reproducible, i.e. whether you will see the same issue if you repeat the process of creating API from schema again with the same schema as well as a different schema.
If you have some time to test this out, please let me know
Hi @taehoshino@juliehive → I’m experiencing the exact same thing. Collection validation shows “issues found”, but when clicking on the link to explore the issues, there are none??? @juliehive often i find it helpful to look at [http://spec.openapis.org/] to verify that the structure of my API definition follows the spec from openapis.org . They have extensive examples for structuring your api.