Now that config files and mappings can be specified as YAML in addition to edn, it should be possible to generate a JSON schema specification of the file contents through schema inference. The value this adds for downstream users is that it will allow schema-aware editing in an IDE, for instance allowing errors to be highlighted through static analysis and autocomplete, etc. functionality.
For this issue:
generate JSON schema
Validate PoC (and document process) for schema aware editing workflow in a common editor (e.g. VSCode and/or Jetbrains)
Now that config files and mappings can be specified as YAML in addition to edn, it should be possible to generate a JSON schema specification of the file contents through schema inference. The value this adds for downstream users is that it will allow schema-aware editing in an IDE, for instance allowing errors to be highlighted through static analysis and autocomplete, etc. functionality.
For this issue: