33 comments (33 comments)147 reactions (147 reactions)1 assignee (1 assignee)TypeScript39,847 forks (39,847 forks)batch import
feature-requesthelp wantedjson
Repository metrics
- Stars
- 184,936 stars (184,936 stars)
- PR merge metrics
- Avg merge 11h 43m (Avg merge 11h 43m)1,000 merged PRs in 30d (1,000 merged PRs in 30d)
Description
JSONSchema 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.
Contributor guide
- Research direction
- Examine VS Code's JSON extension code for draft 07 support and add draft 2019-09 support by updating schema validation and completion logic.
- Tech stack
- typescript
- Domain
- developer experiencetooling
- Issue type
- Feature
- Prerequisites
- JSON Schema basics