vendekagon-labs / unify

An engine for automating data integration & harmonization via schema inference.
Apache License 2.0
9 stars 0 forks source link

Generate JSON schema to provide a path for editor/IDE assisted config.yaml editing. #52

Closed benkamphaus closed 3 weeks ago

benkamphaus commented 2 months ago

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: