What Is JSON Schema

Q

What Is JSON Schema?

✍: FYIcenter.com

A

JSON (JavaScript Object Notation) Schema is a standard on how to define the structure of a JSON text string.

JSON Schema allows you to:

  • Describe the structure of your JSON text strings.
  • Provide clear, human- and machine-readable documentation about your JSON text strings.
  • Allow others who uses your JSON text strings to perform validations, useful for automated testing and data validation.

Currently, JSON Schema specification is divided into 3 parts:

For more information on JSON Schema, see JSON Schema Website.

 

JSON Schema Example

Introduction of JSON Schema

Introduction of JSON Schema

⇑⇑ JSON Tutorials

2018-02-01, 1353🔥, 0💬