File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 121
121
"properties" : {
122
122
"cpus" : {
123
123
"id" : " https://opencontainers.org/schema/bundle/linux/resources/cpu/cpus" ,
124
- "$ref " : " string"
124
+ "type " : " string"
125
125
},
126
126
"mems" : {
127
127
"id" : " https://opencontainers.org/schema/bundle/linux/resources/cpu/mems" ,
128
- "$ref " : " string"
128
+ "type " : " string"
129
129
},
130
130
"period" : {
131
131
"id" : " https://opencontainers.org/schema/bundle/linux/resources/cpu/period" ,
223
223
},
224
224
"cgroupsPath" : {
225
225
"id" : " https://opencontainers.org/schema/bundle/linux/cgroupsPath" ,
226
- "$ref " : " string"
226
+ "type " : " string"
227
227
},
228
228
"rootfsPropagation" : {
229
229
"id" : " https://opencontainers.org/schema/bundle/linux/rootfsPropagation" ,
Original file line number Diff line number Diff line change 95
95
"properties" : {
96
96
"height" : {
97
97
"id" : " https://opencontainers.org/schema/bundle/process/consoleSize/height" ,
98
- "$ref" : " defs.json#/definitions/unit64 "
98
+ "$ref" : " defs.json#/definitions/uint64 "
99
99
},
100
100
"width" : {
101
101
"id" : " https://opencontainers.org/schema/bundle/process/consoleSize/width" ,
102
- "$ref" : " defs.json#/definitions/unit64 "
102
+ "$ref" : " defs.json#/definitions/uint64 "
103
103
}
104
104
}
105
105
},
Original file line number Diff line number Diff line change 194
194
"type" : " boolean"
195
195
},
196
196
"type" : {
197
- "$ref " : " string"
197
+ "type " : " string"
198
198
},
199
199
"major" : {
200
200
"$ref" : " #/definitions/Major"
203
203
"$ref" : " #/definitions/Minor"
204
204
},
205
205
"access" : {
206
- "$ref " : " string"
206
+ "type " : " string"
207
207
}
208
208
},
209
209
"required" : [
Original file line number Diff line number Diff line change 91
91
"$ref" : " #/definitions/Env"
92
92
},
93
93
"timeout" : {
94
- "$ref " : " #/definitions/int "
94
+ "type " : " integer "
95
95
}
96
96
},
97
97
"required" : [
You can’t perform that action at this time.
0 commit comments