Open-Attestation / open-attestation

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

Add option to pass a json schema #60

Open Nebulis opened 4 years ago

Nebulis commented 4 years ago

Should OA also perform validation on external schema. So I can pass in my own json schema and it checks that it conforms to the base OA schema and the one I provide, instead of just the name of the external schema. This way, I dont have to implement AJV again when using this package.

Follow-up of #57