]> scripts.mit.edu Git - autoinstallsdev/mediawiki.git/blobdiff - vendor/justinrainbow/json-schema/demo/README.md
MediaWiki 1.30.2
[autoinstallsdev/mediawiki.git] / vendor / justinrainbow / json-schema / demo / README.md
diff --git a/vendor/justinrainbow/json-schema/demo/README.md b/vendor/justinrainbow/json-schema/demo/README.md
new file mode 100644 (file)
index 0000000..0309ee8
--- /dev/null
@@ -0,0 +1,14 @@
+## JsonSchema\Validator Demo
+
+This demo script uses the example from the root README.md and provides sample JSON files for testing `JsonSchema\Validator`.
+
+To change or replace the JSON schema document, please edit `/path/to/json-schema/demo/schema.json`.
+
+To change or replace the JSON document that is validated, please edit `/path/to/json-schema/demo/data.json`.
+
+To run the demo, change the path in the following example and run it in your terminal.
+
+```
+cd /path/to/json-schema/demo
+php demo.php // The supplied JSON validates against the schema.
+```