myoperator / swagman

A Postman to swagger api converter using openAPI v3
4 stars 1 forks source link

Add ability to detect postman using json validator #10

Closed codeasashu closed 5 years ago

codeasashu commented 5 years ago

The postman generated json relies on postman schema

This will add the ability to validate against various schemas.

Also, the postman dict has info prop which contains the schema. Prefer using it.