'fixRequiredArrayProperties' function
Fixes an incorrectly placed required list inside an array schema, by moving it into items.properties or additionalItems.properties, where it belongs.
// schema - allOf schema object // - converted schema object
'fixRequiredArrayProperties' function
Fixes an incorrectly placed required list inside an array schema, by moving it into items.properties or additionalItems.properties, where it belongs.
// schema - allOf schema object // - converted schema object