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
If I run that through the schema validator, it complains that dependencies should be an object, not an array. Looking at the v3 and v4 specs, they do call out this field as an object.
This is a bug in the schema generator? Or is there a spec addendum that I missed?
(A customer pointed out that our schema had this error and we use Jackson JsonSchema 2.7.0 to generate the schema).