fastify / fast-json-stringify

2x faster than JSON.stringify()
MIT License
3.46k stars 205 forks source link

Support of JSON Schema draft 8 (2019-09) #710

Open stijnklomp opened 3 months ago

stijnklomp commented 3 months ago

Prerequisites

🚀 Feature Proposal

Support of JSON Schema draft 2019-09 in addition to JSON Schema draft 7

Motivation

Allow for JSON schema draft 2020-12 specified in a different issue

Example

No response

stijnklomp commented 3 months ago

If I am not mistaken, I believe we only have to support the core specification changes. I am unsure whether we require any validation specification changes.

Useful link: draft 8/2019-09 release notes

mcollina commented 2 months ago

sgtm. PR?

stijnklomp commented 2 months ago

I was hoping to do work on this last week but have unfortunately lost the opportunity for this. I'll leave it up to others to decide if they'd like to close this issue as I'm afraid I won't have time to work on this myself.