DataSchema Utility: DataSchema.JSON
DataSchema.JSON normalizes arbitrary JSON data against a given schema into an object with known properties.
In order to use DataSchema.JSON, input data must be a JavaScript object.
The data itself can get fairly complex, with deeply nested arrays and objects. In your schema, you can use dot notation and the array-index syntax to define these locations. When necessary, you can also use object-bracket notation to define locations that might otherwise be invalid with dot notation.
