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 121121 "properties" : {
122122 "cpus" : {
123123 "id" : " https://opencontainers.org/schema/bundle/linux/resources/cpu/cpus" ,
124- "$ref " : " string"
124+ "type " : " string"
125125 },
126126 "mems" : {
127127 "id" : " https://opencontainers.org/schema/bundle/linux/resources/cpu/mems" ,
128- "$ref " : " string"
128+ "type " : " string"
129129 },
130130 "period" : {
131131 "id" : " https://opencontainers.org/schema/bundle/linux/resources/cpu/period" ,
223223 },
224224 "cgroupsPath" : {
225225 "id" : " https://opencontainers.org/schema/bundle/linux/cgroupsPath" ,
226- "$ref " : " string"
226+ "type " : " string"
227227 },
228228 "rootfsPropagation" : {
229229 "id" : " https://opencontainers.org/schema/bundle/linux/rootfsPropagation" ,
Original file line number Diff line number Diff line change 9595 "properties" : {
9696 "height" : {
9797 "id" : " https://opencontainers.org/schema/bundle/process/consoleSize/height" ,
98- "$ref" : " defs.json#/definitions/unit64 "
98+ "$ref" : " defs.json#/definitions/uint64 "
9999 },
100100 "width" : {
101101 "id" : " https://opencontainers.org/schema/bundle/process/consoleSize/width" ,
102- "$ref" : " defs.json#/definitions/unit64 "
102+ "$ref" : " defs.json#/definitions/uint64 "
103103 }
104104 }
105105 },
Original file line number Diff line number Diff line change 194194 "type" : " boolean"
195195 },
196196 "type" : {
197- "$ref " : " string"
197+ "type " : " string"
198198 },
199199 "major" : {
200200 "$ref" : " #/definitions/Major"
203203 "$ref" : " #/definitions/Minor"
204204 },
205205 "access" : {
206- "$ref " : " string"
206+ "type " : " string"
207207 }
208208 },
209209 "required" : [
Original file line number Diff line number Diff line change 9191 "$ref" : " #/definitions/Env"
9292 },
9393 "timeout" : {
94- "$ref " : " #/definitions/int "
94+ "type " : " integer "
9595 }
9696 },
9797 "required" : [
You can’t perform that action at this time.
0 commit comments