File tree Expand file tree Collapse file tree 2 files changed +20
-8
lines changed Expand file tree Collapse file tree 2 files changed +20
-8
lines changed Original file line number Diff line number Diff line change 245245 "id" : " https://opencontainers.org/schema/bundle/linux/resources/memory/kernel" ,
246246 "$ref" : " defs.json#/definitions/int64Pointer"
247247 },
248+ "kernelTCP" : {
249+ "id" : " https://opencontainers.org/schema/bundle/linux/resources/memory/kernelTCP" ,
250+ "$ref" : " defs.json#/definitions/int64Pointer"
251+ },
248252 "limit" : {
249253 "id" : " https://opencontainers.org/schema/bundle/linux/resources/memory/limit" ,
250254 "$ref" : " defs.json#/definitions/int64Pointer"
Original file line number Diff line number Diff line change 9696 "minimum" : 0 ,
9797 "maximum" : 512
9898 },
99- "FilePermissions" : {
100- "type" : " string"
101- },
10299 "FileType" : {
103100 "description" : " Type of a block or special character device" ,
104101 "type" : " string" ,
116113 "type" : {
117114 "$ref" : " #/definitions/FileType"
118115 },
119- "permissions" : {
120- "$ref" : " #/definitions/FilePermissions"
121- },
122116 "path" : {
123117 "$ref" : " defs.json#/definitions/FilePath"
124118 },
132126 "$ref" : " #/definitions/Minor"
133127 },
134128 "uid" : {
135- "$ref" : " defs.json#/definitions/UID"
129+ "oneOf" : [
130+ {
131+ "$ref" : " defs.json#/definitions/UID"
132+ },
133+ {
134+ "type" : " null"
135+ }
136+ ]
136137 },
137138 "gid" : {
138- "$ref" : " defs.json#/definitions/GID"
139+ "oneOf" : [
140+ {
141+ "$ref" : " defs.json#/definitions/GID"
142+ },
143+ {
144+ "type" : " null"
145+ }
146+ ]
139147 }
140148 }
141149 },
You can’t perform that action at this time.
0 commit comments