Skip to content
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

Adopt new JSON schema draft properties (2019-09 & 2020-12) #133

Merged
merged 10 commits into from
May 13, 2022

Conversation

aeschli
Copy link
Contributor

@aeschli aeschli commented May 13, 2022

For microsoft/vscode#98724

Adds support for:

Schema 2019-09

  • unevaluatedProperties
  • unevaluatedItems
  • minContains
  • maxContains
  • deprecated
  • dependentRequired
  • dependentSchemas
  • $defs
  • $anchor

Schema 2020-12

  • prefixItem

Fixes #132
Fixes #127

@aeschli aeschli self-assigned this May 13, 2022
@aeschli aeschli added this to the May 2022 milestone May 13, 2022
@aeschli aeschli changed the title Adopt new JSON schema draft properties Adopt new JSON schema draft properties (2019-09 & 2020-12) May 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support unevaluatedProperties Update build target
2 participants