Skip to content

strict_well 0.5: allOf should have two or more children #312

@toloudis

Description

@toloudis

Currently the 0.5 version of strict_well has an allOf with only a single ref.


This is giving errors when trying to convert with zod as in zod-ome-ngff
It looks like the following might be missing (copying from the 0.4 spec) -- this makes zod-ome-ngff work but I have not yet confirmed that it is 100% correct.

,
    {
      "properties": {
        "well": {
          "required": [
            "version"
          ]
        }
      }
    }

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    Status

    No status

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions