We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fe0224 commit b54c0e6Copy full SHA for b54c0e6
composer.json
@@ -0,0 +1,19 @@
1
+{
2
+ "name": "justinrainbow/json-schema",
3
+ "description": "a library to validate a json schema"
4
+ "keywords": ["json", "schema"],
5
+ "homepage": "https://github.com/justinrainbow/json-schema",
6
+ "type": "library",
7
+ "license": "MIT",
8
+ "version": "1.0.0",
9
+ "authors": [
10
+ {
11
+ "name": "Justin Rainbow"
12
+ }
13
+ ],
14
+
15
+ "autoload": {
16
+ "psr-0": { "JsonSchema": "libs/", "JsonSchemaUndefined": "libs/"}
17
18
+}
19
0 commit comments