| Index: components/json_schema/README
|
| diff --git a/components/json_schema/README b/components/json_schema/README
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..c7453db06dc14bfa9685b024aeeb8f6e3619eaf6
|
| --- /dev/null
|
| +++ b/components/json_schema/README
|
| @@ -0,0 +1,6 @@
|
| +The //components/json_schema component provides:
|
| +
|
| +a) JSON schema constants, which can be used to inspect schema objects.
|
| +
|
| +b) The JSONSchemaValidator class, which can be used to parse and validate JSON
|
| +schemas, and to validate JSON objects against the parsed schema.
|
|
|