-
Hi,
I'm trying to generate serialization classes for this draft-04 schema, url is http://namespace.lantmateriet.se/distribution/produkter/registerbeteckning/v4/registerbeteckning-4.0.0.json.
Gener…
-
There's quite a few warnings generated by Pydantic v2 generated models that could be cleaned up to make a lot less noise in downstream project users.
Some examples:
```
datamodel_code_generator/p…
-
### Documentation
- [X] I have consulted the [documentation](https://docs.json-everything.net), and my question isn't answered there.
### Nuget Package
JsonSchema.Net.Generation
### Package Versio…
-
Hello,
I am trying to track down a problem when upgrading from NSwag 13 to NSwag 14. The error message I'm getting during the generation of the CSharp client using the post-build event:
~~~
…
-
It might be interesting to build a web based configuration site that makes it simple to configure through a form and generate the JSON file.
-
**Jane version(s) affected**: 7.0.0
**Description**
If you try to create a client for any valid OpenAPI spec on Windows, an error is generated: Uncaught Error: Call to a member function addClass…
-
The following pojo:
```java
public static class CounterUpdateResult {
private final long newValue;
private final long oldValue;
public CounterUpdateResult(long new…
-
Hi there,
I was testing out the C# source code generation for the following schema:
```
https://schema.management.azure.com/schemas/2017-03-01/Microsoft.Network.json#
```
I used the followi…
-
cc @tpluscode @amivanoff
https://www.npmjs.com/search?q=shacl has a lot of useful tools.
Below is a rough list, but we need to find the git repos, and add all attributes needed by "awesome.
Add ca…
-
Any chance you're willing to add in the ability to generate a schema based on a go object?
similar to github.com/alecthomas/jsonschema or github.com/mcuadros/go-jsonschema-generator ?
Those above pro…