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 allOf is nested within the array type property, the form no longer works correctly. I'm not able to add new nested fields using the + button - they are not appearing.
The text was updated successfully, but these errors were encountered:
Mhal007
changed the title
allOf nested within the 'array' type field breaks the form
JSONSchema - 'allOf' nested within the 'array' type field breaks the form
Jun 16, 2020
Mhal007
changed the title
JSONSchema - 'allOf' nested within the 'array' type field breaks the form
JSON Schema - 'allOf' nested within the 'array' type field breaks the form
Jun 16, 2020
Hi @Mhal007. It looks like the problem is in the merging part (v2, v3). Probably changing {} to _definition.properties ?? {} and [] to _definition.required ?? [] will do the job. Could you check it locally?
When
allOf
is nested within thearray
type property, the form no longer works correctly. I'm not able to add new nested fields using the+
button - they are not appearing.Schema that I've used:
Result:
The text was updated successfully, but these errors were encountered: