Start with a quick overview of JSON Schemas, and then look at a few sample schemas and investigate differences. Next, we perform the hands on example. We start with a feed of JSON data, generate a schema, using app.quicktype.io. Then we add a few descriptive elements to the schema, including $id, title, and description, and then add validation rules to the schema, including minimum, maximum, and exclusiveMinimum.
0 Comments