You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.
Kia Ora, I have a question: why does each member of the generated oneOf specify only what's required -- doesn't it mean that multiple members are allowed (one is required but multiple allowed) which runs counter to the semantics of oneof?
Hi @jscheid, thanks for your question. I've just merged a PR which changes the behaviour of "oneOf". Would you be able to have a go with the laster master and let me know if it addresses your concerns?
Kia Ora, I have a question: why does each member of the generated
oneOf
specify only what'srequired
-- doesn't it mean that multiple members are allowed (one is required but multiple allowed) which runs counter to the semantics ofoneof
?For example it's generating this:
... but I would have expected it to generate the following instead, so that only one of
event_a
orevent_b
can be present:The text was updated successfully, but these errors were encountered: