This is a collection of DTO objects that represent an exported Postman Collection. It has been tested by:
- Using Postman to read the Swagger PetStore OAS document and convert it into a postman collection.
- Exporting the collection to a json file (see the Swagger Petstore.postman_collection.json file).
- Running the console app in this repo, which loads the json into the DTOs, then saves it out again.
- Comparing the output.
The auto-generated documentation for this project can be found here. Thanks to Paillat Laszlo for his Default Documentation project.