-
-
Notifications
You must be signed in to change notification settings - Fork 335
JSON Schema File #1565
Copy link
Copy link
Open
Labels
effects-of-ai-on-code-reviewFor SWE productivity study (temporary tag)For SWE productivity study (temporary tag)good first issuetype: featureA new enhacement proposalA new enhacement proposal
Description
Description
Would it be possible to host a JSON schema for the cz.json configuration file in order to enable the syntax checks?
For example, in Deno projects we add the following field to deno.json file:
"$schema": "https://deno.land/x/deno/cli/schemas/config-file.v1.json"
This could be extremely useful for configuration checks and validation.
Possible Solution
No response
Additional context
No response
Related issues
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
effects-of-ai-on-code-reviewFor SWE productivity study (temporary tag)For SWE productivity study (temporary tag)good first issuetype: featureA new enhacement proposalA new enhacement proposal