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
Hi, I am having an issue while using the coerce functionality.
I'm using the coerce functionality in order to add properties to my JSON object according to schema. The issue I've found is that if the object has several layers of properties, only the first is filled with missing properties.
For instance, if this is my schema:
Hi, I am having an issue while using the coerce functionality.
I'm using the coerce functionality in order to add properties to my JSON object according to schema. The issue I've found is that if the object has several layers of properties, only the first is filled with missing properties.
For instance, if this is my schema:
and the JSON to coerce is:
the result is
while I expected that foo would have been
Could you please help me with this issue?
The text was updated successfully, but these errors were encountered: