Items List validation is useful for arrays of arbitrary length where each item matches the same schema. For this kind of array, set the items keyword to a single schema that will be used to validate ...
We inspired API from zod. So you just can reimport you api and that's it! The examples keyword is a place to provide an array of examples that validate against the schema. This isn’t used for ...
Once you've created a JSON Schema that describes a JSON document, you can use it both in Visual Studio -- to provide guidance when creating JSON documents -- and in your code to validate the messages ...