From 3623e25d77cb6373ac0003f1dddf412efdd742e1 Mon Sep 17 00:00:00 2001 From: Joel Natividad <1980690+jqnatividad@users.noreply.github.com> Date: Sat, 26 Oct 2024 08:05:21 -0400 Subject: [PATCH] docs: update qsv link to version with jsonschema 0.26.0 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0758d748..9e6bafd5 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ You can check the current status on the [Bowtie Report](https://bowtie.report/#/ - Tauri: [Config validation](https://github.com/tauri-apps/tauri/blob/c901d9fdf932bf7c3c77e9d3097fabb1fe0712af/crates/tauri-cli/src/helpers/config.rs#L173) - Apollo Router: [Config file validation](https://github.com/apollographql/router/blob/855cf6cc0757ca6176970ddf3ae8c98c87c632d1/apollo-router/src/configuration/schema.rs#L120) -- qsv: [CSV record validation with custom keyword & format validator](https://github.com/jqnatividad/qsv/blob/d901260d353bcd89c4d3d2a79e6ceee1d641b5ee/src/cmd/validate.rs#L606) +- qsv: [CSV record validation with custom keyword & format validator](hhttps://github.com/jqnatividad/qsv/blob/6b6985065a1270f767d881b13aa2a27fae1958fb/src/cmd/validate.rs#L630) ## Performance