]> 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/http-signature/node_modules/jsprim/node_modules/json-schema/draft-00/json-ref
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 / http-signature / node_modules / jsprim / node_modules / json-schema / draft-00 / json-ref
1 {
2         "$schema" : "http://json-schema.org/draft-00/hyper-schema#",
3         "id" : "http://json-schema.org/draft-00/json-ref#",
4
5         "items" : {"$ref" : "#"},
6         "additionalProperties" : {"$ref" : "#"},
7
8         "links" : [
9                 {
10                         "href" : "{$ref}",
11                         "rel" : "full"
12                 },
13
14                 {
15                         "href" : "{$schema}",
16                         "rel" : "describedby"
17                 },
18
19                 {
20                         "href" : "{id}",
21                         "rel" : "self"
22                 }
23         ],
24
25         "fragmentResolution" : "dot-delimited"
26 }