Linux cesa-www-main 6.1.0-49-cloud-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.174-1 (2026-05-26) x86_64
Apache/2.4.68 (Debian)
Server IP : 10.218.0.2 & Your IP : 216.73.216.28
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
share /
doc /
php-json-schema /
examples /
Delete
Unzip
Name
Size
Permission
Date
Action
README.md
556
B
-rw-r--r--
2022-04-13 08:02
data.json
18
B
-rw-r--r--
2022-04-13 08:02
demo.php
532
B
-rw-r--r--
2022-04-13 08:02
schema.json
23
B
-rw-r--r--
2022-04-13 08:02
Save
Rename
## 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. ```