Validating Elixir Data with ExJsonSchema
JSON Schema is a very useful, standards-track specification for defining schemas for JSON data. In this post, we explore using ExJsonSchema and a schema.json file to validate input and output data in an Elixir app.
https://engineering.appcues.com/2016/01/20/ex-json-schema.html
Read next Render different formats in Phoenix