Hi, I'd like to define my web service API response in terms of an Avro schema. I've been reading this documentation: http://avro.apache.org/docs/current/spec.html#schemas. My issue is that I am very new to Avro and am not confident that the schema I am defining in fact matches my intended schema.
I would like to be able to validate the schema. Is there a way for me to take my schema and also a JSON output string from my API and validate that the output matches the schema? Thanks, Aurora
