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