apigear-io / cli

The ApiGear client as go project
https://apigear.io
MIT License
1 stars 2 forks source link

Allow schema defs for meta data in templates #110

Open jryannel opened 10 months ago

jryannel commented 10 months ago

When we use meta information inside templates we have no control about the format and also they are hard to document. It would be ideal if e.g. a json schema could be defined for the different meta scopes and the cli would be able to validate them and also to create documentation for them or use them to provide help. Also filters (eg special meta filters) could use them when retrieving meta data for validation and better error reporting.