From 8dc575aa1e29e404f8fdada3fb1595f8f9dad540 Mon Sep 17 00:00:00 2001 From: Ayush Chamoli <75367725+iamAyushChamoli@users.noreply.github.com> Date: Wed, 21 Aug 2024 14:22:24 +0530 Subject: [PATCH] (Fixed) Some implementation descriptions are not clearly separated (#871) Fixes #865 --- data/validator-libraries-modern.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/data/validator-libraries-modern.yml b/data/validator-libraries-modern.yml index c50c8dd3f..dd916288a 100644 --- a/data/validator-libraries-modern.yml +++ b/data/validator-libraries-modern.yml @@ -230,10 +230,9 @@ last-updated: "2022-08-31" - name: "@exodus/schemasafe" url: https://github.com/ExodusMovement/schemasafe - notes: | - For Node.js and browsers, with security and speed being the main focus. Pre-compiles schemas to JS functions. + notes: "For Node.js and browsers, with security and speed being the main focus. Pre-compiles schemas to JS functions. [Supports OpenAPI `discriminator`](https://github.com/ExodusMovement/schemasafe/blob/master/doc/Discriminator-support.md). - Default behavior is hardened with additional schema coherence validation. + Default behavior is hardened with additional schema coherence validation." date-draft: [2020-12, 2019-09] draft: [7, 6, 4] license: MIT