It would be nice to test the JSON output against the schema in CI. That way I can make sure the JSON I'm generating actually matches the schema I'm producing. Also it will make sure I haven't broken the schema itself.
I think I can use AJV for this. I'm not sure if it will be annoying to get a JS tool into my otherwise Haskell CI pipeline.
It would be nice to test the JSON output against the schema in CI. That way I can make sure the JSON I'm generating actually matches the schema I'm producing. Also it will make sure I haven't broken the schema itself.
I think I can use AJV for this. I'm not sure if it will be annoying to get a JS tool into my otherwise Haskell CI pipeline.