-
Describe the bug Insomnia iso cli does not support the latest version 3.0.3 To Reproduce Example spec openapi: 3.0.3
info:
version: 1.0.0
title: Greeting API
termsOfService: 'https://example.com/terms/'
contact:
email: [email protected]
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 Desktop (please complete the following information):
Additional context |
Beta Was this translation helpful? Give feedback.
Replies: 7 comments
-
Looks like Sidenote: There is also the As a note, you should also always provide the openapi: 3.0.3
info:
version: 1.0.0
title: Greeting API
termsOfService: 'https://example.com/terms/'
contact:
email: [email protected]
url: 'http://example.com/contact'
license:
name: Apache 2.0
url: 'http://www.apache.org/licenses/LICENSE-2.0.html'
paths: {} |
Beta Was this translation helpful? Give feedback.
-
Have it working, it will also require having the |
Beta Was this translation helpful? Give feedback.
-
👍 Don't take my example as full-blown. It was only to showcase the version! |
Beta Was this translation helpful? Give feedback.
-
Also by now there is version 3.1.0 available |
Beta Was this translation helpful? Give feedback.
-
any news on this? |
Beta Was this translation helpful? Give feedback.
-
Hey folks, I've moved this to a GitHub Discussion so we can better talk about various elements of this and better gauge interest. As for an update, we are grateful for the PR that was submitted last year for 3.0.3 and would love to merge it in as quickly as we can. It's a matter of time and priorities. We're trying to be better about merging PRs in a more timely manner and are going to start experimenting with various things to do that later this month. Thanks for your patience on it so far. As for 3.1.0, it's more like a 4.0 (OpenAPI stopped using SemVer), so that will take a lot more time to support, I'll wager. |
Beta Was this translation helpful? Give feedback.
-
In latest Insomnia releases both 3.0.3 and 3.1 are now supported. |
Beta Was this translation helpful? Give feedback.
In latest Insomnia releases both 3.0.3 and 3.1 are now supported.