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
Current version can validate free-form objects but cannot unmarshall them.
A free-form object (arbitrary property/value pairs) is defined equivalently see reference as
type: object
or
type: objectadditionalProperties: true
or
type: objectadditionalProperties: {}
PR #121 address a related issue that solves validation but still unable to unmarshall. For instance, the example proposed by @berend in the same pull request cannot be unmarshalled as demonstrated in a tests I did in my fork