Swagger Parser only supports versions 3.0.0, 3.0.1, 3.0.2
See original GitHub issueDescribe the bug Swagger Parser only supports versions 3.0.0, 3.0.1, 3.0.2
Insomnia iso cli does not support the latest version 3.0.3
To Reproduce Steps to reproduce the behavior:
Example spec
openapi: 3.0.3
info:
version: 1.0.0
title: Greeting API
termsOfService: 'https://example.com/terms/'
contact:
email: contact@example.com
url: 'http://example.com/contact'
license:
name: Apache 2.0
url: 'http://www.apache.org/licenses/LICENSE-2.0.html'
inso generate config ../oas.yaml --type declarative > ./kong.yaml
Expected behavior gen declarative config for kong
Desktop (please complete the following information):
- OS: [e.g. macOS 10.15.1] mac
- Installation Method: [e.g. homebrew] node
npm i -g insomnia-inso
- App Version [e.g. v7.0.3] 2.2.28
Additional context Add any other context about the problem here.
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
Migrating from OpenAPI 3.0 to 3.1.0
1. First things first, let's change that version number! Open up your OpenAPI JSON or YAML file, and look for this line: openapi: ......
Read more >OpenAPI Specification - Version 3.0.3 - Swagger
Tooling which supports OAS 3.0 SHOULD be compatible with all OAS 3.0.* versions. The patch version SHOULD NOT be considered by tooling, making...
Read more >Apigee UI: Create proxy out of the OAS (OpenAPI spec) file
Apigee returning: "Unsupported OpenAPI version: 3.0.3. Swagger Parser only supports versions 3.0.0, 3.0.1, 3.0.2"
Read more >OpenAPI.Tools
go-swagger - Unmaintained v2.0 only project seeking new maintainer, or probably a fork. Parser, validator, generates descriptions from code, or code from ...
Read more >Swagger-parser NPM - npm.io
Check Swagger-parser 10.0.3 package - Last release 10.0.3 with MIT licence at our ... Swagger Parser supports recent versions of every major web...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Also by now there is version 3.1.0 available Any progress in this?
any news on this?