Generate yaml template out of schema json #104
-
Hi everybody, hopefully this is not a super-stupid question: is it possible to generate a template datacontract.yaml out of a datacontract.schema.json? Would be amazing to have such an option in the cli, like datacontract init --schema my.datacontract.schema.json Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
jochenchrist
Nov 16, 2024
Replies: 1 comment 1 reply
-
Hi! The current You can specify a template (that you can maintain which follows your conventions and schema) using the
Hope this helps. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
flokr
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi!
The current
datacontract init
uses the template https://datacontract.com/datacontract.init.yamlYou can specify a template (that you can maintain which follows your conventions and schema) using the
--template
property.Hope this helps.