File tree Expand file tree Collapse file tree 3 files changed +6
-22
lines changed Expand file tree Collapse file tree 3 files changed +6
-22
lines changed Original file line number Diff line number Diff line change 179179 "properties" : {
180180 "cpus" : {
181181 "id" : " https://opencontainers.org/schema/bundle/linux/resources/cpu/cpus" ,
182- "$ref" : " defs.json#/definitions/stringPointer "
182+ "$ref" : " defs.json#/definitions/string "
183183 },
184184 "mems" : {
185185 "id" : " https://opencontainers.org/schema/bundle/linux/resources/cpu/mems" ,
186- "$ref" : " defs.json#/definitions/stringPointer "
186+ "$ref" : " defs.json#/definitions/string "
187187 },
188188 "period" : {
189189 "id" : " https://opencontainers.org/schema/bundle/linux/resources/cpu/period" ,
290290 }
291291 },
292292 "cgroupsPath" : {
293- "oneOf" : [
294- {
295- "type" : " null"
296- },
297- {
298- "type" : " string"
299- }
300- ]
293+ "id" : " https://opencontainers.org/schema/bundle/linux/cgroupsPath" ,
294+ "$ref" : " defs.json#/definitions/string"
301295 },
302296 "rootfsPropagation" : {
303297 "id" : " https://opencontainers.org/schema/bundle/linux/rootfsPropagation" ,
Original file line number Diff line number Diff line change 230230 "type" : " boolean"
231231 },
232232 "type" : {
233- "$ref" : " defs.json#/definitions/stringPointer "
233+ "$ref" : " defs.json#/definitions/string "
234234 },
235235 "major" : {
236236 "oneOf" : [
253253 ]
254254 },
255255 "access" : {
256- "$ref" : " defs.json#/definitions/stringPointer "
256+ "$ref" : " defs.json#/definitions/string "
257257 }
258258 },
259259 "required" : [
Original file line number Diff line number Diff line change 8686 }
8787 ]
8888 },
89- "stringPointer" : {
90- "oneOf" : [
91- {
92- "type" : " string"
93- },
94- {
95- "type" : " null"
96- }
97- ]
98- },
9989 "mapStringString" : {
10090 "type" : " object" ,
10191 "patternProperties" : {
You can’t perform that action at this time.
0 commit comments