summaryrefslogtreecommitdiff
path: root/components/json_schema/README
diff options
context:
space:
mode:
Diffstat (limited to 'components/json_schema/README')
-rw-r--r--components/json_schema/README6
1 files changed, 0 insertions, 6 deletions
diff --git a/components/json_schema/README b/components/json_schema/README
deleted file mode 100644
index c7453db06d..0000000000
--- a/components/json_schema/README
+++ /dev/null
@@ -1,6 +0,0 @@
-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.