Is OpenAPI 3.1.0 supported ? #4599
Replies: 13 comments
-
I'm having the same question. @RicoSuter is OpenAPI 3.1.0 supported by the latest NSwag.MSBuild version, v13.16.0? Thank you! |
Beta Was this translation helpful? Give feedback.
-
Also interested in this. |
Beta Was this translation helpful? Give feedback.
-
For me, I'm specifically interested in OpenAPI 3.1 for the following cases:
|
Beta Was this translation helpful? Give feedback.
-
Waiting for an answer... |
Beta Was this translation helpful? Give feedback.
-
interested in this too... |
Beta Was this translation helpful? Give feedback.
-
did anyone get an answer for this? |
Beta Was this translation helpful? Give feedback.
-
Hi. Please tell. |
Beta Was this translation helpful? Give feedback.
-
Let me know :( |
Beta Was this translation helpful? Give feedback.
-
Answer would be appreciated :) |
Beta Was this translation helpful? Give feedback.
-
We are currently evaluating NSwag for our new project using OpenAPI 3.1 too, but I couldn't find any official information regarding the support for 3.1. Any updates? |
Beta Was this translation helpful? Give feedback.
-
If there's someone on this thread being both technically apt and having understanding of the 3.1 spec it might be pretty useful to test it against v14 preview and report what is missing instead of asking if someone could test it on your behalf. If it helps I can always start to ping everyone asking about "any updates with testing it?" 🙄 |
Beta Was this translation helpful? Give feedback.
-
Doesn't appear to move the ball forward at all on any of these things. Enums need oneOf support If someone needs it, here's a SchemaFilter for the enums support:
But generics is a hard break. And it doesn't even do what Swashbuckle does and generate a whole pile of unique ref types for every generic it finds. |
Beta Was this translation helpful? Give feedback.
-
I am using NSwag.Core (14.0.8) and NSwag.Core.Yaml (14.0.8) but getting a Newtonsoft.Json.JsonSerializationException. Yml file 👇 Does the latest version (14.0.8) support OpenAPI version 3.1.0? |
Beta Was this translation helpful? Give feedback.
-
Was wondering if .NET core code generation using open api spec file version 3.1.0 is supported ?
Beta Was this translation helpful? Give feedback.
All reactions