Open-Attestation / open-attestation

Meta framework for providing digital provenance and integrity to documents.
https://openattestation.com
Apache License 2.0
55 stars 19 forks source link

fix: loose json schema validation #172

Closed Nebulis closed 3 years ago

cavacado commented 3 years ago

when will we ever use "non-strict" mode for diagnose? only when debugging or something for something quick and dirty?

Nebulis commented 3 years ago

It's currently used for the type guards (isWrappedDocument, is SignedDocument), so that we match the structure only.

I don't think it should use for other cases, for the moment.

john-dot-oa commented 3 years ago

:tada: This PR is included in version 5.2.3 :tada:

The release is available on:

Your semantic-release bot :package::rocket: