Aliaksandr SEMIANKEVICH
Aliaksandr SEMIANKEVICH
RAML 0.8 specification (https://github.com/raml-org/raml-spec/blob/master/versions/raml-08/raml-08.md#optional-properties) allows to append a question mark ("?") suffix to the name of any non-scalar property to define it as optional in traits and types. But currently...
### Is your feature request related to a problem? Please describe. Currently java generator (as well as some other generators) has x-field-extra-annotation feature, which allows to annotate Java fileds for...
I would be nice to have an alternative syntax to refer to array items via square [ ] parentheses similar to programming languages. New syntax: ```javascript { "bodyPath": { "items[5].id":...
As requested in issue https://github.com/OpenAPITools/openapi-generator/issues/17544 added support for `x-field-extra-annotation` to the Kotlin generator. To be consistent also added support for `x-class-extra-annotation` annotation. Resolves https://github.com/OpenAPITools/openapi-generator/issues/17544 ### PR checklist - [x] Read...