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
Looks like kin-api needs a handler to marshal/unmarshal YAML similar to how it does with JSON. This causes validation of such schemas to fail because the has and the schema property under the additionalProperties object are treated as unknown "extras".
The text was updated successfully, but these errors were encountered:
An object with
additionalProperties
in the original open API doc that looks like this:turns into this when a doc loaded from that is serialized back into YAML:
Looks like kin-api needs a handler to marshal/unmarshal YAML similar to how it does with JSON. This causes validation of such schemas to fail because the
has
and theschema
property under theadditionalProperties
object are treated as unknown "extras".The text was updated successfully, but these errors were encountered: