cnabio / cnab-go

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

Change json scema lib #305

Open urfinjuezz opened 5 days ago

urfinjuezz commented 5 days ago

There is a library that supports all scheme parameters, including the more recent draft-2020-12 (https://github.com/santhosh-tekuri/jsonschema). This library is easily integrated into cnab-go, I have an almost ready-made solution. But there is a nuance, the library does not return an error if incorrect content Encoding is passed, this will change the behavior, and actually I created a pullRequest in which I changed the library and corrected the tests for new error texts. I deleted one test, this is due to the behavior that I described above