File tree 2 files changed +10
-8
lines changed 2 files changed +10
-8
lines changed Original file line number Diff line number Diff line change 29
29
"format" : " uri-template"
30
30
},
31
31
"hrefSchema" : {
32
- "$ref" : " http://json-schema.org/draft-08/hyper-schema#"
32
+ "$ref" : " http://json-schema.org/draft-08/hyper-schema#" ,
33
+ "default" : false
33
34
},
34
35
"templatePointers" : {
35
36
"type" : " object" ,
55
56
"type" : " string"
56
57
},
57
58
"targetSchema" : {
58
- "$ref" : " http://json-schema.org/draft-08/hyper-schema#"
59
+ "$ref" : " http://json-schema.org/draft-08/hyper-schema#" ,
60
+ "default" : true
59
61
},
60
62
"targetMediaType" : {
61
63
"type" : " string"
62
64
},
63
65
"targetHints" : { },
64
66
"headerSchema" : {
65
- "$ref" : " http://json-schema.org/draft-08/hyper-schema#"
67
+ "$ref" : " http://json-schema.org/draft-08/hyper-schema#" ,
68
+ "default" : true
66
69
},
67
70
"submissionMediaType" : {
68
71
"type" : " string" ,
69
72
"default" : " application/json"
70
73
},
71
74
"submissionSchema" : {
72
- "$ref" : " http://json-schema.org/draft-08/hyper-schema#"
75
+ "$ref" : " http://json-schema.org/draft-08/hyper-schema#" ,
76
+ "default" : true
73
77
},
74
78
"$comment" : {
75
79
"type" : " string"
Original file line number Diff line number Diff line change 106
106
"anyOf" : [
107
107
{ "$ref" : " #" },
108
108
{ "$ref" : " #/$defs/schemaArray" }
109
- ],
110
- "default" : true
109
+ ]
111
110
},
112
111
"maxItems" : { "$ref" : " #/$defs/nonNegativeInteger" },
113
112
"minItems" : { "$ref" : " #/$defs/nonNegativeIntegerDefault0" },
169
168
"anyOf" : { "$ref" : " #/$defs/schemaArray" },
170
169
"oneOf" : { "$ref" : " #/$defs/schemaArray" },
171
170
"not" : { "$ref" : " #" }
172
- },
173
- "default" : true
171
+ }
174
172
}
You can’t perform that action at this time.
0 commit comments