-
**What version of protobuf and what language are you using?**
Version: $ protoc --version # libprotoc 3.6.1
Language: C++
**What operating system (Linux, Windows, ...) and version?** Debia…
-
It seems that the Jackson module ignores Jackson annotations in my Kotlin code, e.g.:
```kotlin
data class TestNamedProperty( @JsonProperty("my_text") val text: String)
```
The generator gener…
-
When I try to generate a scheme from the following types, only `UserInfoBla` will be generated because `UserInfo` is a built-in node type.
```ts
export interface UserInfo {
id: string
email:…
-
**Describe the bug**
A clear and concise description of what the bug is.
https://github.com/open-rpc/meta-schema/blame/78bb78fb9a5c3cd3f5117e5c681e43e9f31d7016/index.d.ts#L128
Since this changed …
-
**Describe the bug**
Generation of list/array of discriminated union annotates the list, not the union. Same problem with `= Field(..., discriminator)` too if you don't use annotated.
**To Repro…
-
I'm sure this is a dumb question. I have an openapi spec provided to me. I want to generate the CSharp objects. Trying this:
```csharp
using NJsonSchema.CodeGeneration.CSharp;
var openapi = awa…
-
Hi,
Let me start by saying this is a awesome implementation of json-schema!
Using generators for this is genius.
I have been in the field for decades and to me this looks like a work of art.
…
-
**Describe the bug**
generated class missing attributes/features when jsonschema is defined with allof + patternproperties
**To Reproduce**
Example schema: (in yaml)
```yaml
definitions:
…
-
Is there a possibility to consider using https://github.com/mbknor/mbknor-jackson-jsonSchema for https://github.com/gravitee-io/json-schema-generator-maven-plugin in order to support plugin policy JSO…
-
In one of my types I have references to native interfaces that come with typescript, let's say:
```ts
export type MyForm = {
action: HTMLFormElement['action'],
method: HTMLFormElement['metho…