From 0d5f1b7e88e720c98be1a0e6473c2c917224db97 Mon Sep 17 00:00:00 2001 From: Isaac To Date: Wed, 19 Feb 2025 11:00:18 -0800 Subject: [PATCH] doc: add Pydantic to list of validators in `README.md` --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f466dd6..22c6a7b 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,8 @@ This repository is attempt to converge across wider range of standards/tools. - JSON - NGFF/OME-Zarr - NWB - - nwb-inspector + - nwb-inspector +- [Pydantic](https://docs.pydantic.dev/) - YAML - Zarr - related: [ZEP004: Conventions comment on adding schema to validate](https://github.com/zarr-developers/zarr-specs/pull/262/files#r1540042136)