Skip to content
This repository was archived by the owner on Nov 2, 2023. It is now read-only.

Add @exodus/schemasafe validation library for JavaScript #535

Merged
merged 1 commit into from
Aug 30, 2023
Merged
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
14 changes: 14 additions & 0 deletions _data/validator-libraries-modern.yml
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,20 @@
draft: [7, 6, 4]
license: MIT
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.
[Supports OpenAPI `discriminator`](https://github.com/ExodusMovement/schemasafe/blob/master/doc/Discriminator-support.md).
Default behavior is hardened with additional schema coherence validation.
date-draft: [2020-12, 2019-09]
draft: [7, 6, 4]
license: MIT
compliance:
config:
docs: https://github.com/ExodusMovement/schemasafe/blob/master/doc/Options.md
instructions: "disable schema coherence checks and `format` assertion by setting option `mode: 'spec'`"
last-updated: "2023-08-29"
- name: ajv
url: https://github.com/ajv-validator/ajv
notes: "for Node.js and browsers - supports [user-defined keywords](https://github.com/ajv-validator/ajv/blob/master/docs/keywords.md) and [$data reference](https://github.com/json-schema-org/json-schema-spec/issues/51)"
Expand Down