-
Task
-
Resolution: Unresolved
-
P2: Important
-
None
-
None
-
-
13
-
Foundation PM Prioritized
There's an enum.mustache template file in the OpenAPI generator templates. The generated Enum class can be a base class for the model.
The templates also have {{#isEnum}} switch which is used in various places.
The only relevant part in the spec that I could find after a quick check is https://spec.openapis.org/oas/v3.1.1.html#fixed-fields-4, but I can be missing something.
The scope of this task is to check if the current implementation matches the OpenAPI spec and provide tests for the Enum objects.