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
In hypothesis_jsonschema._canonicalise.merged(), we should calculate the intersection of items schemas.
This is complicated somewhat by the possibility that one or both schemas to merge may have a list-of-items-schemas and an additionalItems schema, or a single schema for all items. Fortunately we have analogous logic for object properties, so it's more fiddly than conceptually challenging.
The text was updated successfully, but these errors were encountered:
In
hypothesis_jsonschema._canonicalise.merged()
, we should calculate the intersection ofitems
schemas.This is complicated somewhat by the possibility that one or both schemas to merge may have a list-of-
items
-schemas and anadditionalItems
schema, or a single schema for allitems
. Fortunately we have analogous logic for object properties, so it's more fiddly than conceptually challenging.The text was updated successfully, but these errors were encountered: