]> gerrit.simantics Code Review - simantics/district.git/blob - org.simantics.maps.server/node/node-v4.8.0-win-x64/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/test/json-schema-draft4/definitions.json
Adding integrated tile server
[simantics/district.git] / org.simantics.maps.server / node / node-v4.8.0-win-x64 / node_modules / npm / node_modules / request / node_modules / har-validator / node_modules / is-my-json-valid / test / json-schema-draft4 / definitions.json
1 [
2     {
3         "description": "valid definition",
4         "schema": {"$ref": "http://json-schema.org/draft-04/schema#"},
5         "tests": [
6             {
7                 "description": "valid definition schema",
8                 "data": {
9                     "definitions": {
10                         "foo": {"type": "integer"}
11                     }
12                 },
13                 "valid": true
14             }
15         ]
16     },
17     {
18         "description": "invalid definition",
19         "schema": {"$ref": "http://json-schema.org/draft-04/schema#"},
20         "tests": [
21             {
22                 "description": "invalid definition schema",
23                 "data": {
24                     "definitions": {
25                         "foo": {"type": 1}
26                     }
27                 },
28                 "valid": false
29             }
30         ]
31     }
32 ]