|
72 | 72 | "properties": { |
73 | 73 | "blkioWeight": { |
74 | 74 | "id": "https://opencontainers.org/schema/bundle/linux/resources/blockIO/blkioWeight", |
75 | | - "$ref": "defs-linux.json#/definitions/blkioWeightPointer" |
| 75 | + "$ref": "defs-linux.json#/definitions/blkioWeight" |
76 | 76 | }, |
77 | 77 | "blkioLeafWeight": { |
78 | 78 | "id": "https://opencontainers.org/schema/bundle/linux/resources/blockIO/blkioLeafWeight", |
79 | | - "$ref": "defs-linux.json#/definitions/blkioWeightPointer" |
| 79 | + "$ref": "defs-linux.json#/definitions/blkioWeight" |
80 | 80 | }, |
81 | 81 | "blkioThrottleReadBpsDevice": { |
82 | 82 | "id": "https://opencontainers.org/schema/bundle/linux/resources/blockIO/blkioThrottleReadBpsDevice", |
|
129 | 129 | }, |
130 | 130 | "period": { |
131 | 131 | "id": "https://opencontainers.org/schema/bundle/linux/resources/cpu/period", |
132 | | - "$ref": "defs.json#/definitions/uint64Pointer" |
| 132 | + "$ref": "defs.json#/definitions/uint64" |
133 | 133 | }, |
134 | 134 | "quota": { |
135 | 135 | "id": "https://opencontainers.org/schema/bundle/linux/resources/cpu/quota", |
136 | | - "$ref": "defs.json#/definitions/int64Pointer" |
| 136 | + "$ref": "defs.json#/definitions/int64" |
137 | 137 | }, |
138 | 138 | "realtimePeriod": { |
139 | 139 | "id": "https://opencontainers.org/schema/bundle/linux/resources/cpu/realtimePeriod", |
140 | | - "$ref": "defs.json#/definitions/uint64Pointer" |
| 140 | + "$ref": "defs.json#/definitions/uint64" |
141 | 141 | }, |
142 | 142 | "realtimeRuntime": { |
143 | 143 | "id": "https://opencontainers.org/schema/bundle/linux/resources/cpu/realtimeRuntime", |
144 | | - "$ref": "defs.json#/definitions/int64Pointer" |
| 144 | + "$ref": "defs.json#/definitions/int64" |
145 | 145 | }, |
146 | 146 | "shares": { |
147 | 147 | "id": "https://opencontainers.org/schema/bundle/linux/resources/cpu/shares", |
148 | | - "$ref": "defs.json#/definitions/uint64Pointer" |
| 148 | + "$ref": "defs.json#/definitions/uint64" |
149 | 149 | } |
150 | 150 | } |
151 | 151 | }, |
|
178 | 178 | "properties": { |
179 | 179 | "kernel": { |
180 | 180 | "id": "https://opencontainers.org/schema/bundle/linux/resources/memory/kernel", |
181 | | - "$ref": "defs.json#/definitions/int64Pointer" |
| 181 | + "$ref": "defs.json#/definitions/int64" |
182 | 182 | }, |
183 | 183 | "kernelTCP": { |
184 | 184 | "id": "https://opencontainers.org/schema/bundle/linux/resources/memory/kernelTCP", |
185 | | - "$ref": "defs.json#/definitions/int64Pointer" |
| 185 | + "$ref": "defs.json#/definitions/int64" |
186 | 186 | }, |
187 | 187 | "limit": { |
188 | 188 | "id": "https://opencontainers.org/schema/bundle/linux/resources/memory/limit", |
189 | | - "$ref": "defs.json#/definitions/int64Pointer" |
| 189 | + "$ref": "defs.json#/definitions/int64" |
190 | 190 | }, |
191 | 191 | "reservation": { |
192 | 192 | "id": "https://opencontainers.org/schema/bundle/linux/resources/memory/reservation", |
193 | | - "$ref": "defs.json#/definitions/int64Pointer" |
| 193 | + "$ref": "defs.json#/definitions/int64" |
194 | 194 | }, |
195 | 195 | "swap": { |
196 | 196 | "id": "https://opencontainers.org/schema/bundle/linux/resources/memory/swap", |
197 | | - "$ref": "defs.json#/definitions/int64Pointer" |
| 197 | + "$ref": "defs.json#/definitions/int64" |
198 | 198 | }, |
199 | 199 | "swappiness": { |
200 | 200 | "id": "https://opencontainers.org/schema/bundle/linux/resources/memory/swappiness", |
201 | | - "$ref": "defs.json#/definitions/uint64Pointer" |
| 201 | + "$ref": "defs.json#/definitions/uint64" |
202 | 202 | } |
203 | 203 | } |
204 | 204 | }, |
|
255 | 255 | }, |
256 | 256 | "sysctl": { |
257 | 257 | "id": "https://opencontainers.org/schema/bundle/linux/sysctl", |
258 | | - "oneOf": [ |
259 | | - { |
260 | | - "$ref": "defs.json#/definitions/mapStringString" |
261 | | - }, |
262 | | - { |
263 | | - "type": "null" |
264 | | - } |
265 | | - ] |
| 258 | + "$ref": "defs.json#/definitions/mapStringString" |
266 | 259 | }, |
267 | 260 | "maskedPaths": { |
268 | 261 | "id": "https://opencontainers.org/schema/bundle/linux/maskedPaths", |
|
0 commit comments