-
The aim is: to generate the expected Dictionary type and not the Dictionary as a property type.
How can i reach my goal?
``` c#
internal class IntDictionaryTestNSwag
{
[Test]
public void…
-
### Problem I am trying to solve:
Given Java Objects:
```java
@JsonSubTypes({
@JsonSubTypes.Type(value = A.class),
@JsonSubTypes.Type(value = B.class)
})
public interface I {}
pu…
-
Hi there!!
Thanks a lot for this project.. there is a bunch of form generator but just yours as a good UI builder =)
i'm porting this to angular... any ideas or help would be awesome!!
https:/…
-
Is it possible to generate controllers in multiple output files instead of just one?
Trying to use CustomCSharpControllerGenerator, CSharpControllerGeneratorSettings in NSwag.CodeGeneration.CSharp.
-
# What happens?
I'm trying to generate a C# client with NSwag from the provided AAS Repository document, but it fails with an error message.
Steps to reproduce:
1. https://app.swaggerhub.com/apis…
-
Currently the repo supports reading the type alone and generating schema
I have forked this repo here - https://github.com/karuppiah7890/go-jsonschema-generator to add functions to do a deep read -…
-
Related to #164.
In addition to statically generating JSON Schema we also want to be able to iterate at the Task Group and/or task instance level, yielding back schema results iteratively that are …
-
**Is your feature request related to a problem? Please describe.**
JSON schema is a widely used and understood format for defining the shape of data structures. Existing applications already make use…
-
This was mentioned in an older issue but I want to bring it up again: the JsonSchema generator does not differentiate between longs and ints. Both types end up as "integer" in the schema. It is said…
-
[JSON Schema](https://json-schema.org) is a protocol to describe the structure of JSON values.
It would be great if we could take an existing schema for a user-defined data type, and convert it int…