Merging to release-5.3: [TT-12814] Make schema more flexible, don't enforce additionalProperties: false (#6640) #4299
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on: | |
pull_request: | |
branches: | |
- master | |
- release-** | |
jobs: | |
test_swagger_editor_validator_remote: | |
runs-on: ubuntu-latest | |
name: Swagger Editor Validator Remote | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Validate OpenAPI definition | |
uses: char0n/swagger-editor-validate@v1 | |
with: | |
definition-file: swagger.yml |