I have an OpenAPI definition in JSON format that I have uploaded to SwaggerHub. The OpenAPI definition has one API method that has a substantial payload. Is it possible, via SwaggerHub or some other tool, to only extract the required fields so I can see what a minimal payload looks like?
Asked
Active
Viewed 290 times
2
-
What are you actually trying to accomplish? Contract testing, response mocking, something else? – Helen Apr 01 '20 at 06:27
-
Contract testing – David Apr 01 '20 at 06:57