1. What is JSON Schema
JSON Schema is a standard for describing the structure, types and constraints of JSON data. It is widely used to validate API requests/responses, check config files, and automate documentation. This tool generates a draft-07 schema draft from a single example JSON, saving you from writing one by hand from scratch.