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
This is complicated somewhat by the fact that dependencies can be either the bare names, or also schemas. I think if they are of different kinds we can 'promote' the names to a mapping of name to {} (which accepts any value), but it needs some more investigation.
JSONschema draft 2019-09 changed this, but we don't support it yet anyway so that can be left for later.
The text was updated successfully, but these errors were encountered:
In
hypothesis_jsonschema._canonicalise.merged()
, we should calculate the intersection ofdependencies
keywords from two schemas.This is complicated somewhat by the fact that
dependencies
can be either the bare names, or also schemas. I think if they are of different kinds we can 'promote' the names to a mapping of name to{}
(which accepts any value), but it needs some more investigation.JSONschema draft 2019-09 changed this, but we don't support it yet anyway so that can be left for later.
The text was updated successfully, but these errors were encountered: