William Cheng
William Cheng
> So I think we need a new flag to check for isModelType? I would rather update "isPrimitiveType" to include the additional items (e.g. uuid) you've listed. Ref: https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md#data-types
``` schema: title: Parent oneOf: - $ref: '#/components/schemas/child1' - $ref: '#/components/schemas/child2' discriminator: propertyName: discriminatorProperty mapping: type1: 'child1' type2: 'child2' ``` fyi. there's a new option called `generateOneOfAnyOfWrappers` for better oneOf/anyOf...
https://github.com/OpenAPITools/openapi-generator/actions/runs/11200379712/job/31224911798?pr=19788 not related to this change
can you please commit the updated samples and docs one more time?
thanks for the PR let's give it a try to see if the community has any feedback/suggestion on this new generator
@mgoltzsche thanks for the PR 🙏 it's a huge change. do you mind pinging me via Slack (https://app.slack.com/client/TLQFRCNJZ/dms) when you've time tomorrow or Friday for a few quick questions on...
update: I've filed https://github.com/OpenAPITools/openapi-generator/pull/22364 to fix the issue. if when you've time, please kindly do a test.
can you please resolve the merge conflicts when you've time? then i'll merge and also later add a test to cover this via a separate PR
FYI: merged https://github.com/OpenAPITools/openapi-generator/pull/20070 to add testS covering duplicated operationId moving forward
@jorgerod can you try the `native`, `apache-httpclient`, which should have better support for query parameters?