Initial commit
[yaffs-website] / node_modules / json-schema / draft-02 / links
1 {\r
2         "$schema" : "http://json-schema.org/draft-02/hyper-schema#",\r
3         "id" : "http://json-schema.org/draft-02/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                 "targetSchema" : {"$ref" : "http://json-schema.org/draft-02/hyper-schema#"},\r
16                 \r
17                 "method" : {\r
18                         "type" : "string",\r
19                         "default" : "GET",\r
20                         "optional" : true\r
21                 },\r
22                 \r
23                 "enctype" : {\r
24                         "type" : "string",\r
25                         "requires" : "method",\r
26                         "optional" : true\r
27                 },\r
28                 \r
29                 "properties" : {\r
30                         "type" : "object",\r
31                         "additionalProperties" : {"$ref" : "http://json-schema.org/draft-02/hyper-schema#"},\r
32                         "optional" : true\r
33                 }\r
34         }\r
35 }