Greetings and thanks for the great work! In my use case I have JSON schemas with lots of custom ajv keywords and formats. I would like to be able to validate these using ospray but I could not figure out how to load the custom formats.
This PR is an attempt to enable the user to pass her own (configured) instance of ajv to the method handler.
Coverage increased (+0.02%) to 97.742% when pulling c0b9796680b48c62241570b7bc1768adb4e6a447 on boyko:pluggable-validator into 64800a5d91431ca94c5e57ea8aa7e284f6bee6e4 on mulesoft-labs:master.
Greetings and thanks for the great work! In my use case I have JSON schemas with lots of custom ajv keywords and formats. I would like to be able to validate these using ospray but I could not figure out how to load the custom formats.
This PR is an attempt to enable the user to pass her own (configured) instance of ajv to the method handler.
Thanks again for your time.