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 179
179
"properties" : {
180
180
"cpus" : {
181
181
"id" : " https://opencontainers.org/schema/bundle/linux/resources/cpu/cpus" ,
182
- "$ref" : " defs.json#/definitions/stringPointer "
182
+ "$ref" : " defs.json#/definitions/string "
183
183
},
184
184
"mems" : {
185
185
"id" : " https://opencontainers.org/schema/bundle/linux/resources/cpu/mems" ,
186
- "$ref" : " defs.json#/definitions/stringPointer "
186
+ "$ref" : " defs.json#/definitions/string "
187
187
},
188
188
"period" : {
189
189
"id" : " https://opencontainers.org/schema/bundle/linux/resources/cpu/period" ,
290
290
}
291
291
},
292
292
"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"
301
295
},
302
296
"rootfsPropagation" : {
303
297
"id" : " https://opencontainers.org/schema/bundle/linux/rootfsPropagation" ,
Original file line number Diff line number Diff line change 230
230
"type" : " boolean"
231
231
},
232
232
"type" : {
233
- "$ref" : " defs.json#/definitions/stringPointer "
233
+ "$ref" : " defs.json#/definitions/string "
234
234
},
235
235
"major" : {
236
236
"oneOf" : [
253
253
]
254
254
},
255
255
"access" : {
256
- "$ref" : " defs.json#/definitions/stringPointer "
256
+ "$ref" : " defs.json#/definitions/string "
257
257
}
258
258
},
259
259
"required" : [
Original file line number Diff line number Diff line change 86
86
}
87
87
]
88
88
},
89
- "stringPointer" : {
90
- "oneOf" : [
91
- {
92
- "type" : " string"
93
- },
94
- {
95
- "type" : " null"
96
- }
97
- ]
98
- },
99
89
"mapStringString" : {
100
90
"type" : " object" ,
101
91
"patternProperties" : {
You can’t perform that action at this time.
0 commit comments