mirror of
https://github.com/Unleash/unleash.git
synced 2024-11-01 19:07:38 +01:00
80cf27476b
## What This PR changes our AJV configuration to return all errors it finds with a schema instead of stopping at the first one. Because of this, a number of the snapshot tests that we have must be updated. ## Why DX! As someone using an API: if I send a faulty request, I'd rather have the API tell me about the five things that are wrong than for me to learn about one thing, send a new request, learn about another thing, send a new request, .... etc. Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> |
||
---|---|---|
.. | ||
spec | ||
util | ||
endpoint-descriptions.ts | ||
index.test.ts | ||
index.ts | ||
meta-schema-rules.test.ts | ||
validate.test.ts | ||
validate.ts |