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
When using a json schema with oneOf where the possible types are object, Option 1 properties cannot be removed - when choosing a different option, Option 1 properties remain in the json output. See Playground reproducible
Steps to Reproduce / Actual behaviour
Create a json schema with oneOf with object types
Switch to Option 2
Option 2 properties added, Option 1 properties remain in the json output
Prerequisites
Description
When using a json schema with
oneOf
where the possible types areobject
, Option 1 properties cannot be removed - when choosing a different option, Option 1 properties remain in the json output. See Playground reproducibleSteps to Reproduce / Actual behaviour
Expected behavior
Correct behaviour can be found in the json-editor playground here
Version
Current playground versioon
The text was updated successfully, but these errors were encountered: