Saved by the Schema: Using JSON Schema to Document, Test, and Debug APIs

By Jessie Young | June 7, 2019

If you are working with JSON, particularly in API request/responses, it can be extremely useful to know about JSON Schemas to help with documentation and validation. The article goes into some of the use cases with testing.