-
When creating a new contact, if it does include an email, which has a "Field" attribute, it gets serialized like
```
{
"email_addresses" : [
{
"email" : "email@gmail.com",…
-
Would it be possible to get a lib published of request/response DTOs of some kind? I've been playing around with generators to use the published express endpoint xsd(s) as a means to generate some ba…
jdivy updated
4 years ago
-
##### Description
If `anyOf` with `type` __array__ is used in a response, the generated code uses wrong imports:
```json
import { Array<ImageDTO> } from '../model/models';
import { …
-
##### **Overview of the issue**
I tried to generate test project via JDL and get error. Create a simple project and try to add 1-to-1 entities according https://www.jhipster.tech/managing-relations…
Murik updated
6 months ago
-
Right now, NSwag generates a JS object for a `Dictionary` in the Web API. It would be great to have an option to deserialize the data into a `Map` instead.
`Map` makes it much more explicit what t…
MgSam updated
3 years ago
-
#### Bug Report Checklist
- [x] Have you provided a full/minimal spec to reproduce the issue?
- [x] Have you validated the input using an OpenAPI validator ([example](https://apidevtools.org/swagg…
-
I am facing this issue when migrating my application from JDK8 to JDK11.
```
[ERROR] Failed to execute goal org.assertj:assertj-assertions-generator-maven-plugin:2.1.0:generate-assertions (default…
-
I currently have a .NET Core 2.1 API which has some DTO's with direct relations to one another.
Before returning those DTO's, I flatten the relations in a specific way, so that nested relations only …
-
Would you consider adding support for the full set of annotation attributes [supported by JSON.Net Schema](http://www.newtonsoft.com/jsonschema/help/html/GeneratingSchemas.htm)?
From the page:
- […
-
Filters are not working for reference fields in list screens. No matter multiselect has been populated with lazy load or without it