-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
blog postBlog posts to writeBlog posts to write
Description
- Found via ? (ruff or uv repo?)
- pre-commit hook
- existing schemas for Renovate, github actions, compose etc.
- additional schemas via JSON Schemastore: https://www.schemastore.org/json/
- supports JSON5
- devcontainer config is JSON with comments (created via vscode), cannot enforce to parse as JSON5, there is a schema (https://raw.githubusercontent.com/devcontainers/spec/main/schemas/devContainer.schema.json)
- Allow optionally interpreting .json files as JSON5 python-jsonschema/check-jsonschema#341
- created PR to add support with dedicated argument: Add --force-filetype option to force a filetype for an instance file python-jsonschema/check-jsonschema#557
Bonus: vscode extensions that use JSON schemas
Metadata
Metadata
Assignees
Labels
blog postBlog posts to writeBlog posts to write