File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9696 "type" : " array" ,
9797 "items" : [
9898 {
99- "$ref" : " defs-linux.json#/definitions/blockIODeviceThrottlePointer "
99+ "$ref" : " defs-linux.json#/definitions/blockIODeviceThrottle "
100100 }
101101 ]
102102 },
111111 {
112112 "type" : " array" ,
113113 "items" : {
114- "$ref" : " defs-linux.json#/definitions/blockIODeviceThrottlePointer "
114+ "$ref" : " defs-linux.json#/definitions/blockIODeviceThrottle "
115115 }
116116 },
117117 {
125125 {
126126 "type" : " array" ,
127127 "items" : {
128- "$ref" : " defs-linux.json#/definitions/blockIODeviceThrottlePointer "
128+ "$ref" : " defs-linux.json#/definitions/blockIODeviceThrottle "
129129 }
130130 },
131131 {
139139 {
140140 "type" : " array" ,
141141 "items" : {
142- "$ref" : " defs-linux.json#/definitions/blockIODeviceThrottlePointer "
142+ "$ref" : " defs-linux.json#/definitions/blockIODeviceThrottle "
143143 }
144144 },
145145 {
149149 },
150150 "blkioWeightDevice" : {
151151 "id" : " https://opencontainers.org/schema/bundle/linux/resources/blockIO/blkioWeightDevice" ,
152- "type" : " array" ,
153- "items" : {
154- "$ref" : " defs-linux.json#/definitions/blockIODeviceWeightPointer"
155- }
152+ "oneOf" : [
153+ {
154+ "type" : " array" ,
155+ "items" : {
156+ "$ref" : " defs-linux.json#/definitions/blockIODeviceWeight"
157+ }
158+ },
159+ {
160+ "type" : " null"
161+ }
162+ ]
156163 }
157164 }
158165 },
Original file line number Diff line number Diff line change 8484 },
8585 "Major" : {
8686 "description" : " major device number" ,
87- "$ref" : " defs.json#/definitions/uint16 "
87+ "$ref" : " defs.json#/definitions/int16 "
8888 },
8989 "Minor" : {
9090 "description" : " minor device number" ,
91- "$ref" : " defs.json#/definitions/uint16 "
91+ "$ref" : " defs.json#/definitions/int16 "
9292 },
9393 "FileMode" : {
9494 "description" : " File permissions mode (typically an octal value)" ,
You can’t perform that action at this time.
0 commit comments