JSON Schema
A vocabulary that allows you to annotate and validate JSON documents, ensuring the data conforms to a specific structure and set of rules.
JSON Schema acts as a blueprint for your JSON data. It defines required fields, data types, string patterns, and number ranges, providing a powerful way to enforce data integrity for APIs and configurations.