File tree Expand file tree Collapse file tree 4 files changed +16
-16
lines changed Expand file tree Collapse file tree 4 files changed +16
-16
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "$id" : " http://json-schema.org/draft-7-wip /hyper-schema-output" ,
3
- "$schema" : " http://json-schema.org/draft-07-wip /schema#" ,
2
+ "$id" : " http://json-schema.org/draft-7/hyper-schema-output" ,
3
+ "$schema" : " http://json-schema.org/draft-07/schema#" ,
4
4
"type" : " array" ,
5
5
"items" : {
6
6
"allOf" : [
Original file line number Diff line number Diff line change 1
1
{
2
- "$schema" : " http://json-schema.org/draft-07-wip /hyper-schema#" ,
3
- "$id" : " http://json-schema.org/draft-07-wip /hyper-schema#" ,
2
+ "$schema" : " http://json-schema.org/draft-07/hyper-schema#" ,
3
+ "$id" : " http://json-schema.org/draft-07/hyper-schema#" ,
4
4
"title" : " JSON Hyper-Schema" ,
5
5
"definitions" : {
6
6
"schemaArray" : {
7
7
"allOf" : [
8
- { "$ref" : " http://json-schema.org/draft-07-wip /schema#/definitions/schemaArray" },
8
+ { "$ref" : " http://json-schema.org/draft-07/schema#/definitions/schemaArray" },
9
9
{
10
10
"items" : { "$ref" : " #" }
11
11
}
12
12
]
13
13
}
14
14
},
15
- "allOf" : [ { "$ref" : " http://json-schema.org/draft-07-wip /schema#" } ],
15
+ "allOf" : [ { "$ref" : " http://json-schema.org/draft-07/schema#" } ],
16
16
"properties" : {
17
17
"additionalItems" : { "$ref" : " #" },
18
18
"additionalProperties" : { "$ref" : " #" },
56
56
"links" : {
57
57
"type" : " array" ,
58
58
"items" : {
59
- "$ref" : " http://json-schema.org/draft-07-wip /links#"
59
+ "$ref" : " http://json-schema.org/draft-07/links#"
60
60
}
61
61
}
62
62
},
Original file line number Diff line number Diff line change 1
1
{
2
- "$schema" : " http://json-schema.org/draft-07-wip /hyper-schema#" ,
3
- "$id" : " http://json-schema.org/draft-07-wip /links#" ,
2
+ "$schema" : " http://json-schema.org/draft-07/hyper-schema#" ,
3
+ "$id" : " http://json-schema.org/draft-07/links#" ,
4
4
"title" : " Link Description Object" ,
5
5
"allOf" : [
6
6
{ "required" : [ " rel" , " href" ] },
30
30
},
31
31
"hrefSchema" : {
32
32
"allOf" : [
33
- { "$ref" : " http://json-schema.org/draft-07-wip /hyper-schema#" }
33
+ { "$ref" : " http://json-schema.org/draft-07/hyper-schema#" }
34
34
]
35
35
},
36
36
"templatePointers" : {
57
57
"type" : " string"
58
58
},
59
59
"targetSchema" : {
60
- "$ref" : " http://json-schema.org/draft-07-wip /hyper-schema#"
60
+ "$ref" : " http://json-schema.org/draft-07/hyper-schema#"
61
61
},
62
62
"targetMediaType" : {
63
63
"type" : " string"
64
64
},
65
65
"targetHints" : { },
66
66
"hrefSchema" : {
67
- "$ref" : " http://json-schema.org/draft-07-wip /hyper-schema#"
67
+ "$ref" : " http://json-schema.org/draft-07/hyper-schema#"
68
68
},
69
69
"headerSchema" : {
70
- "$ref" : " http://json-schema.org/draft-07-wip /hyper-schema#"
70
+ "$ref" : " http://json-schema.org/draft-07/hyper-schema#"
71
71
},
72
72
"submissionMediaType" : {
73
73
"type" : " string" ,
74
74
"default" : " application/json"
75
75
},
76
76
"submissionSchema" : {
77
- "$ref" : " http://json-schema.org/draft-07-wip /hyper-schema#"
77
+ "$ref" : " http://json-schema.org/draft-07/hyper-schema#"
78
78
},
79
79
"$comment" : {
80
80
"type" : " string"
Original file line number Diff line number Diff line change 1
1
{
2
- "$schema" : " http://json-schema.org/draft-07-wip /schema#" ,
3
- "$id" : " http://json-schema.org/draft-07-wip /schema#" ,
2
+ "$schema" : " http://json-schema.org/draft-07/schema#" ,
3
+ "$id" : " http://json-schema.org/draft-07/schema#" ,
4
4
"title" : " Core schema meta-schema" ,
5
5
"definitions" : {
6
6
"schemaArray" : {
You can’t perform that action at this time.
0 commit comments