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
(order matters), then we get an incorrect result where StringLiteral doesn't have the discriminator property added. This happens because, while openAPIModelRegistration.register[Expression]() registered StringLiteral correctly, openAPIModelRegistration.register[SomethingElse]() then overwritten that with incorrect result, as StringLiteral is there used in "non-ADT context".