Custom validation scripts for swagger documentation.
- Check Validate.bat for the python environment filepath.
- Run Validate.bat by double-clicking it.
- A dialog will pop up for you to select your desired folder. Click on "Open" to execute the validate script on that directory.
- Check the logs in the cmd prompt that will be opened. When prompted, enter 'Y' to run the modify script.
- PROFIT!
- Script does not break when parsing an invalid json file
- Folder selection dialog to select your directory, no need to fill in full classpath now.
- Allows the choice of running modify script after the validate script finishes.
- Added in additional checks (hostname,schemes,error 201,path parameter required)
- Update overview sections error messages.
- Accept-version description is now: 'Specifies the acceptable version of the message set. If not specified, the latest version of the API will be considered. Example: 1.2'
- Previous script only covers first api method of a given path. Current script has 100% coverage of all api methods.
- Current script now checks for valid json file.
- modify.py script is now working.