-
Notifications
You must be signed in to change notification settings - Fork 302
#1112 - Support JSON Schema 2019-09 and 2020-12 by migrating to @hyperjump/json-schema #1115
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
#1112 - Support JSON Schema 2019-09 and 2020-12 by migrating to @hyperjump/json-schema #1115
Conversation
Replace AJV dependencies with @hyperjump/json-schema to reduce bundle size and prepare for JSON Schema 2019-09/2020-12 support. Simplifies schema meta-validation while maintaining backward compatibility.
f6b2134
to
c2874e5
Compare
c2874e5
to
bfa433e
Compare
@datho7561 FYI #1006 |
1d275c1
to
115dc4f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ESLint found more than 20 potential problems in the proposed changes. Check the Files changed tab for more details.
We need this ! |
Amazing, really need this ! When can this be merged? |
I would love this as well! 👍 |
@msivasubramaniaan Hello dear Sir, |
Support JSON Schema 2019-09 and 2020-12 by migrating to @hyperjump/json-schema
🎯 Overview
Fixes #1112 by replacing AJV with
@hyperjump/json-schema
to enable support for JSON Schema 2019-09 and 2020-12 specifications.🔄 Key Changes
Dependency Migration
ajv
andajv-draft-04
(limited to draft-04/07)@hyperjump/json-schema
(supports all drafts including Draft 04, Draft 07, 2019-09, 2020-12)Schema Service Updates
yamlSchemaService.ts
$defs
keywordunevaluatedProperties
exclusiveMinimum
/exclusiveMaximum
Comprehensive Test Coverage