JSON Schema is a vocabulary that allows you to annotate and validate JSON documents. It provides a clear contract for the JSON data required by a given application.
Working with YAML
Many modern toolchains allow you to define your JSON Schemas in YAML for easier authoring. Need to convert your existing schemas? Check out our JSON to YAML Converter.