Hi ,
@asagar @Dino
I'm trying to use JSON schema validation in APIGEE . I referrred to java callout policy posted by Dino.
https://github.com/DinoChiesa/ApigeeEdge-Java-Validate-JSON-Schema
I imported edge-custom-json-schema-validator-1.0.1.jar and developed proxy as mentioned in readme.md
I get this error when i tested
error | Found class com.github.fge.jsonschema.main.JsonSchema, but interface was expected |
---|---|
error.class | java.lang.IncompatibleClassChangeError |
Should i compile and archive the code before importing jar file as resource ?
Any other suggestion would be helpful ?
Thanks