luckymarmot / API-Flow

Universal data structure and converter for API formats (Swagger, RAML, Paw, Postman…)
MIT License
194 stars 24 forks source link

Validate Postman Input and Outut #154

Open philsturgeon opened 6 years ago

philsturgeon commented 6 years ago

Using JSON Schema parser to validate that examples for postman collection are valid for its v2 schema.

The main commit here is https://github.com/luckymarmot/API-Flow/pull/154/commits/d304d4b4758b6d668bf862e328ea40868f4b71d9, but I have a bunch of changes in my own branch. If you want this change and you want it clean, let me know and I'll clean it up, but I've not heard anything back on my other PRs.

Next steps: