-
Notifications
You must be signed in to change notification settings - Fork 1
nested discriminated oneOf not supported #218
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or request
Description
If a discriminated oneOf itself has a oneOf as a member then the generated classes have compile failures.
Quite doable but not supported for the moment. Comment here if you need it.
Note that discriminated oneOf is not really necessary if the discriminating member is typed with a single value enum (all members are distinguishable at deserialization time if that's the case).
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request