Files
openapi-generator/samples/openapi3/client/petstore/python-aiohttp/docs/OneOfEnumString.md
William Cheng 6e089f5f03 Support normalizing anyof/oneof enum constraints to a single enum (#21917)
* Support normalizing anyof/oneof enum constraints to a single enum

* Add SIMPLIFY_ONEOF_ANYOF_ENUM to the documentation

* Process referenced schemas with oneof/enum as well

* Implement referenced enum merging from oneof/anyof

* Implement retaining the enum description as x-enum-desriptions for oneof enum

* Update samples and docs with oneOf enum normalization

* update samples to fix python tests

* fix test file name

* fix incorrect filename

---------

Co-authored-by: Pieter Bos <pieter.bos@nedap.com>
2025-09-07 17:36:02 +08:00

300 B

OneOfEnumString

oneOf enum strings

Enum

  • A (value: 'a')

  • B (value: 'b')

  • C (value: 'c')

  • D (value: 'd')

[Back to Model list] [Back to API list] [Back to README]