Difference between revisions of "Oas qa"
From ETSI Forge
(Created page with "== Validating the OAS specification == Install [https://github.com/apigee-127/swagger-tools swagger-tools] $ sudo npm install -g swagger-tools How to validate a file: #...") |
(No difference)
|
Latest revision as of 16:14, 12 July 2017
Validating the OAS specification
Install swagger-tools
$ sudo npm install -g swagger-tools
How to validate a file:
- Save the file in UTF8
- Execute swagger-tools:
$ swagger-tools validate <yourfile>