aboutsummaryrefslogtreecommitdiffstats
path: root/vnfmarket/src/main/webapp/vnfmarket/node_modules/json-schema/draft-00/links
diff options
context:
space:
mode:
Diffstat (limited to 'vnfmarket/src/main/webapp/vnfmarket/node_modules/json-schema/draft-00/links')
-rw-r--r--vnfmarket/src/main/webapp/vnfmarket/node_modules/json-schema/draft-00/links33
1 files changed, 33 insertions, 0 deletions
diff --git a/vnfmarket/src/main/webapp/vnfmarket/node_modules/json-schema/draft-00/links b/vnfmarket/src/main/webapp/vnfmarket/node_modules/json-schema/draft-00/links
new file mode 100644
index 00000000..c9b55177
--- /dev/null
+++ b/vnfmarket/src/main/webapp/vnfmarket/node_modules/json-schema/draft-00/links
@@ -0,0 +1,33 @@
+{
+ "$schema" : "http://json-schema.org/draft-00/hyper-schema#",
+ "id" : "http://json-schema.org/draft-00/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-00/hyper-schema#"},
+ "optional" : true
+ }
+ }
+} \ No newline at end of file