-
If I'm using `@JsonTypeInfo(include = As.EXTERNAL_PROPERTY)` no sub-type information is included in the schema. See failing test:
```java
import javax.validation.constraints.NotNull;
import stati…
-
The current resource generator in #104 handles simpler cases of resource generation. The below items are necessary to bring the generator to a more operable state that can handle most if not all valid…
-
Either I'm doing something wrong or something doesn't work correctly: as soon as the internal second link for aggregation appears in the secondary file, the generator stops finding it. That is, in thi…
-
During implementation of a TM->TD generator I noticed that the section [PropertyAffordance](https://w3c.github.io/wot-thing-description/#propertyaffordance) is - when strictly comparing with the JsonS…
-
Currently we're depending on `json-schema-to-typescript`, however, it's limited (as noted here https://github.com/pyramation/cosmwasm-typescript-gen/issues/10) so we should look into fully parsing/pro…
-
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…
-
**Describe the bug**
When working with Set collection, It is not possible to perform add operations on the set collection due to missing hash function. One gets following error:
```
myModel.v…
-
Hi,
Sorry for the dumb question but I'm struggling a bit to use this package.
I'm exporting multiple Typescript interface, so I end up with a file like this:
```json
{
"definitions": {
…
-
I'm attempting to generate C# types for GitHub's webhook schema. There is no official schema, but they have been generated [here](https://github.com/octokit/webhooks/tree/master/payload-schemas), and …
-
I've noticed that since v11.20, I've had a regression in one of my projects:
Using multiple `[ProducesResponseType]` attributes does no longer produce multiple schemas. While upgrading to 11.20, I've…