Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion data-types/struct/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,9 @@ Variable-length codecs (e.g. `vlen-utf8`) are not compatible with the

## Change log

No changes yet.
- Relaxed the JSON schema to permit field data types declared as a JSON
object without a `configuration` key, e.g. `{"name": "float64"}`
([#63](https://github.com/zarr-developers/zarr-extensions/pull/63)).

## Current maintainers

Expand Down
2 changes: 1 addition & 1 deletion data-types/struct/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"type": "object"
}
},
"required": ["name", "configuration"],
"required": ["name"],
"additionalProperties": false
}
]
Expand Down