Bring prismatic version up-to-date and add generator for avro schemas.
With this change, you can now get better error feedback on avro messages by converting the avro schema to a prismatic schema using the integrity.avro/->map function. The resulting map can be used anywhere a prismatic schema could be.
Bring prismatic version up-to-date and add generator for avro schemas.
With this change, you can now get better error feedback on avro messages by converting the avro schema to a prismatic schema using the
integrity.avro/->map
function. The resulting map can be used anywhere a prismatic schema could be.Resolves #12