summaryrefslogtreecommitdiff
path: root/deps/node/deps/npm/node_modules/json-schema/draft-04/links
diff options
context:
space:
mode:
Diffstat (limited to 'deps/node/deps/npm/node_modules/json-schema/draft-04/links')
-rw-r--r--deps/node/deps/npm/node_modules/json-schema/draft-04/links41
1 files changed, 0 insertions, 41 deletions
diff --git a/deps/node/deps/npm/node_modules/json-schema/draft-04/links b/deps/node/deps/npm/node_modules/json-schema/draft-04/links
deleted file mode 100644
index 7cf7c92c..00000000
--- a/deps/node/deps/npm/node_modules/json-schema/draft-04/links
+++ /dev/null
@@ -1,41 +0,0 @@
-{
- "$schema" : "http://json-schema.org/draft-04/hyper-schema#",
- "id" : "http://json-schema.org/draft-04/links#",
- "type" : "object",
-
- "properties" : {
- "rel" : {
- "type" : "string"
- },
-
- "href" : {
- "type" : "string"
- },
-
- "template" : {
- "type" : "string"
- },
-
- "targetSchema" : {"$ref" : "http://json-schema.org/draft-04/hyper-schema#"},
-
- "method" : {
- "type" : "string",
- "default" : "GET"
- },
-
- "enctype" : {
- "type" : "string"
- },
-
- "properties" : {
- "type" : "object",
- "additionalProperties" : {"$ref" : "http://json-schema.org/draft-04/hyper-schema#"}
- }
- },
-
- "required" : ["rel", "href"],
-
- "dependencies" : {
- "enctype" : "method"
- }
-} \ No newline at end of file