open-attestation
open-attestation copied to clipboard
Add option to pass a json schema
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