Skip to content

false-negative report on anyOf if two arrays have different length #30

Closed
@6293

Description

@6293
{
  "lhs": {
    "anyOf": [{"type": "integer", "minimum": 1}]
  },
  "rhs": {
    "anyOf": [{"type": "integer", "minimum": 1}, {"type": "integer", "maximum": 1}]
  }
}

this does not produce diff. likely because of here, zip will stop as soon as one of iterators stops producing values.

Metadata

Metadata

Assignees

No one assigned

    Labels

    jsonschema-featureMissing fundamental support for a particular JSON schema feature

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions