creek-service / creek-json-schema

Annotations and code for generating JSON schemas from code
Apache License 2.0
6 stars 1 forks source link

Option to output schema as JSON #17

Open big-andy-coates opened 2 years ago

big-andy-coates commented 2 years ago

Schemas are currently output as YAML (as its more succinct) but user may want to output as JSON.

This issue is mentioned in the README.

andrikoz commented 2 months ago

The intention is to use those schema definitions in json format in order to be registered in a kafka schema registry. This feature would really help the avoid the conversion that I am forced to do now. Thanks!