Skip to content
This repository has been archived by the owner on Jan 25, 2020. It is now read-only.

Use swagger parser to parse and validate swagger 2.0 spec #80

Closed
subeeshcbabu-zz opened this issue Jun 6, 2016 · 1 comment
Closed
Milestone

Comments

@subeeshcbabu-zz
Copy link
Member

Use Swagger 2.0 parser and validator - https://github.com/BigstickCarpet/swagger-parser

We can use this module for these:

  • Parses Swagger specs in JSON or YAML format
  • Validates against the Swagger 2.0 schema and the Swagger 2.0 spec
  • Resolves all $ref pointers, including external files and URLs
  • Can bundle all your Swagger files into a single file that only has internal $ref pointers
  • Can dereference all $ref pointers, giving you a normal JavaScript object that's easy to work with
  • Configurable caching of external files and URLs
@subeeshcbabu-zz subeeshcbabu-zz added this to the v3.0.0 milestone Jun 6, 2016
@subeeshcbabu-zz
Copy link
Member Author

version 3.0.0 uses swagger-parser.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant