Initial commit
[yaffs-website] / node_modules / json-schema / draft-01 / links
1 {\r
2         "$schema" : "http://json-schema.org/draft-01/hyper-schema#",\r
3         "id" : "http://json-schema.org/draft-01/links#",\r
4         "type" : "object",\r
5         \r
6         "properties" : {\r
7                 "href" : {\r
8                         "type" : "string"\r
9                 },\r
10                 \r
11                 "rel" : {\r
12                         "type" : "string"\r
13                 },\r
14                 \r
15                 "method" : {\r
16                         "type" : "string",\r
17                         "default" : "GET",\r
18                         "optional" : true\r
19                 },\r
20                 \r
21                 "enctype" : {\r
22                         "type" : "string",\r
23                         "requires" : "method",\r
24                         "optional" : true\r
25                 },\r
26                 \r
27                 "properties" : {\r
28                         "type" : "object",\r
29                         "additionalProperties" : {"$ref" : "http://json-schema.org/draft-01/hyper-schema#"},\r
30                         "optional" : true\r
31                 }\r
32         }\r
33 }