cnabio / cnab-go

A Go implementation of CNAB Core 1.0
MIT License
69 stars 35 forks source link

feat(*): validate parameter default against its definition #254

Closed vdice closed 3 years ago

vdice commented 3 years ago

This can be used to catch validation errors at build-time, rather than runtime (which https://github.com/cnabio/cnab-go/pull/252 adds)