This repository was archived by the owner on Nov 2, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"$schema" : "http://json-schema.org/draft-03/hyper-schema#",
3
- "extends" : {"$ref" : "http://json-schema.org/draft-03/schema#"}
3
+ "extends" : {"$ref" : "http://json-schema.org/draft-03/schema#"},
4
4
"id" : "http://json-schema.org/draft-03/hyper-schema#",
5
5
6
6
"properties" : {
7
7
"links" : {
8
8
"type" : "array",
9
9
"items" : {"$ref" : "http://json-schema.org/draft-03/links#"}
10
10
},
11
-
11
+
12
12
"fragmentResolution" : {
13
13
"type" : "string",
14
14
"default" : "slash-delimited"
15
15
},
16
-
16
+
17
17
"root" : {
18
18
"type" : "boolean",
19
19
"default" : false
20
20
},
21
-
21
+
22
22
"readonly" : {
23
23
"type" : "boolean",
24
24
"default" : false
25
25
},
26
-
26
+
27
27
"contentEncoding" : {
28
28
"type" : "string"
29
29
},
30
-
30
+
31
31
"pathStart" : {
32
32
"type" : "string",
33
33
"format" : "uri"
34
34
},
35
-
35
+
36
36
"mediaType" : {
37
37
"type" : "string",
38
38
"format" : "media-type"
39
39
}
40
40
},
41
-
41
+
42
42
"links" : [
43
43
{
44
44
"href" : "{id}",
45
45
"rel" : "self"
46
46
},
47
-
47
+
48
48
{
49
49
"href" : "{$ref}",
50
50
"rel" : "full"
51
51
},
52
-
52
+
53
53
{
54
54
"href" : "{$schema}",
55
55
"rel" : "describedby"
56
56
}
57
57
],
58
-
58
+
59
59
"fragmentResolution" : "slash-delimited"
60
- }
60
+ }
You can’t perform that action at this time.
0 commit comments