-
It would be nice for the APIFlask wrapper to be modified to make it easier to replace Marshmallow with our own serializer/reserialize and schema generator.
I've managed to this with some patching b…
-
**Description**
[JSON Schema 'format' keyword](https://json-schema.org/draft/2020-12/draft-bhutton-json-schema-validation-00#rfc.section.7.3) seems not to be honored by Formly.
**Minimal Reproduct…
-
Hello RicoSuter! I'm liking to use your library. I'm dealing with a problem trying to merge a bunch of calls into a big Schema that avoids duplication of classes that are pointing to the same object.
…
-
**Describe the bug**
Does not generate an enumeration for oneOf + cost. For example, autocomplete in Jetbrains IDE works fine for this case.
**To Reproduce**
1. create a schema
2. generate
3.…
-
Per my
investigative dump in slack
may be about
"affiliation": [
{
"name": "Department of Neurosurgery, Cedars-Sinai Medica…
-
**Is your feature request related to a problem? Please describe.**
from [asyncapi docs](https://www.asyncapi.com/docs/getting-started):
> AsyncAPI is an open source initiative that seeks to improve …
-
When generating C# client code with the NSwag command line toolchain 13.9.2 Netcore31 from
root.yaml:
```
openapi: 3.0.2
paths:
/test:
$ref: './path.yaml#/paths/test'
```
path.yam…
-
**Is your feature request related to a problem? Please describe.**
When a spec model has a property that is `required` and allows multiple types where `null` is one of them, eg.: `type: [integer, '…
-
This is not really an issue. I'm writing it down for ones who come after us. I've spent unreasonable amount of time on this but I believe it is worth it. Rust is great for backends, Axum is likely the…
-
**Describe the bug**
my assumed usecase is shown in figure.
in this use-case, the same definition name('Target' in this report) appears in lots of places within multiple jsonschema files, but it …