-
Notifications
You must be signed in to change notification settings - Fork 85
JSON Schema
Jeff Levesque edited this page Aug 31, 2015
·
2 revisions
##Overview
JSON Schema provides an implementation to validate JSON data structures. When a specific element within the JSON structure fails validation, an exception is raised indicating the corresponding error message.
Additional documentation:
This project implements JSON Schema validation, as a backend-validation tool. Specifically, modules within the /brain/schema/
directory, define the schemas, while validation modules in the /brain/validator/
directory, may implement the respective validation schema(s).