[json] JSONSchema draft 2019-09 support
See original GitHub issueJSONSchema draft-07 is currently supported but http://json-schema.org/draft/2019-09/schema#
does not currently load, or at least no completion or validation functionality is able to be provided from it.
Issue Analytics
- State:
- Created 3 years ago
- Reactions:68
- Comments:17 (3 by maintainers)
Top Results From Across the Web
JSON Schema 2019-09 Release Notes
This draft formalizes how implementations can make annotation information ... (for 2019-09 ) to what degree the implementation claims to support the format ......
Read more >Support JSON Schema 2019-09 (formerly draft-08) : WEB-42162
Support JSON Schema 2019-09 (formerly draft-08) ... As such, WebStorm should ideally support consuming these new versions via URL just "as is", ...
Read more >Json Schema Draft 2019-09 to Draft 7 Emission - AML
These libraries won't be supporting Draft 2019-09 in the short term so we need to workaround this. As we already re-emit parsed Json...
Read more >jsonschema 4.17.3 documentation
PyPI version Supported Python versions Build status ReadTheDocs status pre-commit.ci status Zenodo jsonschema is an implementation of the JSON Schema ...
Read more >Choosing schema language - Ajv JSON schema validator
The fastest JSON schema Validator. Supports JSON Schema draft-04/06/07/2019-09/2020-12 and JSON Type Definition (RFC8927)
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I made progress and closed some gaps: See https://github.com/microsoft/vscode-json-languageservice/pull/133
The remaining known gaps are:
As an FYI, OpenAPI Specification 3.1 defines using JSON Schema 2020-12. We’re working on the test suite. There are a few implementations of 2020-12 already should anyone wish to try it.