generated from w3c-ccg/markdown-to-spec
-
Notifications
You must be signed in to change notification settings - Fork 62
Open
Labels
bugSomething isn't workingSomething isn't working
Milestone
Description
Currently the 0.5 version of strict_well has an allOf with only a single ref.
ngff/schemas/strict_well.schema
Line 3 in 8cbba21
| "allOf": [ |
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
Labels
bugSomething isn't workingSomething isn't working
Type
Projects
Status
No status