ex

Fork of mbed-os-example-mbed5-blinky by mbed-os-examples

Revision:
49:b9eb462f36a9
Parent:
48:c7ee67edcf1d
Child:
50:9ecaa144d1f3
--- a/dumi_doc-master/schema/vendor/justinrainbow/json-schema/demo/README.md	Tue Jul 18 16:56:22 2017 +0800
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,14 +0,0 @@
-## 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.
-```