File tree Expand file tree Collapse file tree 2 files changed +6
-26
lines changed Expand file tree Collapse file tree 2 files changed +6
-26
lines changed Original file line number Diff line number Diff line change 113113 "type" : " array" ,
114114 "items" : [
115115 {
116- "$ref" : " defs-linux.json#/definitions/blockIODeviceThrottlePointer "
116+ "$ref" : " defs-linux.json#/definitions/blockIODeviceThrottle "
117117 }
118118 ]
119119 },
128128 {
129129 "type" : " array" ,
130130 "items" : {
131- "$ref" : " defs-linux.json#/definitions/blockIODeviceThrottlePointer "
131+ "$ref" : " defs-linux.json#/definitions/blockIODeviceThrottle "
132132 }
133133 },
134134 {
142142 {
143143 "type" : " array" ,
144144 "items" : {
145- "$ref" : " defs-linux.json#/definitions/blockIODeviceThrottlePointer "
145+ "$ref" : " defs-linux.json#/definitions/blockIODeviceThrottle "
146146 }
147147 },
148148 {
156156 {
157157 "type" : " array" ,
158158 "items" : {
159- "$ref" : " defs-linux.json#/definitions/blockIODeviceThrottlePointer "
159+ "$ref" : " defs-linux.json#/definitions/blockIODeviceThrottle "
160160 }
161161 },
162162 {
168168 "id" : " https://opencontainers.org/schema/bundle/linux/resources/blockIO/blkioWeightDevice" ,
169169 "type" : " array" ,
170170 "items" : {
171- "$ref" : " defs-linux.json#/definitions/blockIODeviceWeightPointer "
171+ "$ref" : " defs-linux.json#/definitions/blockIODeviceWeight "
172172 }
173173 }
174174 }
Original file line number Diff line number Diff line change 188188 }
189189 ]
190190 },
191- "blockIODeviceWeightPointer" : {
192- "oneOf" : [
193- {
194- "$ref" : " #/definitions/blockIODeviceWeight"
195- },
196- {
197- "type" : " null"
198- }
199- ]
200- },
201191 "blockIODeviceThrottle" : {
202192 "allOf" : [
203193 {
207197 "type" : " object" ,
208198 "properties" : {
209199 "rate" : {
210- "$ref" : " defs.json#/definitions/uint64Pointer "
200+ "$ref" : " defs.json#/definitions/uint64 "
211201 }
212202 }
213203 }
214204 ]
215205 },
216- "blockIODeviceThrottlePointer" : {
217- "oneOf" : [
218- {
219- "$ref" : " #/definitions/blockIODeviceThrottle"
220- },
221- {
222- "type" : " null"
223- }
224- ]
225- },
226206 "DeviceCgroup" : {
227207 "type" : " object" ,
228208 "properties" : {
You can’t perform that action at this time.
0 commit comments