]> gerrit.simantics Code Review - simantics/district.git/blobdiff - 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-01/links
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-01 / links
diff --git a/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-01/links b/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-01/links
new file mode 100644 (file)
index 0000000..ebc7b7b
--- /dev/null
@@ -0,0 +1,33 @@
+{
+       "$schema" : "http://json-schema.org/draft-01/hyper-schema#",
+       "id" : "http://json-schema.org/draft-01/links#",
+       "type" : "object",
+
+       "properties" : {
+               "href" : {
+                       "type" : "string"
+               },
+
+               "rel" : {
+                       "type" : "string"
+               },
+
+               "method" : {
+                       "type" : "string",
+                       "default" : "GET",
+                       "optional" : true
+               },
+
+               "enctype" : {
+                       "type" : "string",
+                       "requires" : "method",
+                       "optional" : true
+               },
+
+               "properties" : {
+                       "type" : "object",
+                       "additionalProperties" : {"$ref" : "http://json-schema.org/draft-01/hyper-schema#"},
+                       "optional" : true
+               }
+       }
+}
\ No newline at end of file