-
I know you can pass in the `-v` flag to only do validation, but the default is to validate and generate.
I could see using basketry as a part of an integration test platform. A quick validation if …
-
Since .Net 7 there is a new atribute for marking properties as required when serializing/deserializing using System.Text.Json (https://learn.microsoft.com/en-us/dotnet/standard/serialization/system-te…
-
We're using `NSwag studio` and `NSwag.MSBuild` to auto-generate a C# client to interact with a REST API.
The REST API specification uses the `2XX` notation to bundle similar responses, but the gener…
-
##### Description
I'm trying to generate some javax.validation annotations in my generated Spring API files. Most of the cases are working fine, but when I try to add a size validation on a request…
-
This is not a bug report, rather a question.
Is it possible to get a response json schema for a specific query? Assume this query:
`/people?select=full_name,birth_date`. The expected response:
…
-
Would it be possible to get a lib published of request/response DTOs of some kind? I've been playing around with generators to use the published express endpoint xsd(s) as a means to generate some ba…
jdivy updated
4 years ago
-
Object reference not set to an instance of an object.
at Microsoft.CodeAnalysis.SolutionParser.c__DisplayClass1_0.b__2(Document p)
at System.Linq.Enumerable.c__DisplayClass6_0`1.b__0(TSource…
-
### Description of the bug
If you wanna bind a OffsetDateTime on a component, it dosn't show the value. If you enter a value you get a validation error.
### Minimal reproducible example
``
### …
-
##### Description
I try to generate Java (Spring) code for the openapi 3.1.0 spec file listed below using the openapi gradle plugin version `6.2.1`
The type `Module` should have a simple `id` an…
-
I suppose this is more of an open question / discussion issue. Right now, when `asyncapi-codegen -g types` is run, there's much more then just types that is being generated:
```golang
const AsyncA…