File tree Expand file tree Collapse file tree 1 file changed +5
-20
lines changed Expand file tree Collapse file tree 1 file changed +5
-20
lines changed Original file line number Diff line number Diff line change 125
125
"properties" : {
126
126
"bounding" : {
127
127
"id" : " https://opencontainers.org/schema/bundle/process/linux/capabilities/bounding" ,
128
- "type" : " array" ,
129
- "items" : {
130
- "type" : " string"
131
- }
128
+ "$ref" : " defs.json#/definitions/ArrayOfStrings"
132
129
},
133
130
"permitted" : {
134
131
"id" : " https://opencontainers.org/schema/bundle/process/linux/capabilities/permitted" ,
135
- "type" : " array" ,
136
- "items" : {
137
- "type" : " string"
138
- }
132
+ "$ref" : " defs.json#/definitions/ArrayOfStrings"
139
133
},
140
134
"effective" : {
141
135
"id" : " https://opencontainers.org/schema/bundle/process/linux/capabilities/effective" ,
142
- "type" : " array" ,
143
- "items" : {
144
- "type" : " string"
145
- }
136
+ "$ref" : " defs.json#/definitions/ArrayOfStrings"
146
137
},
147
138
"inheritable" : {
148
139
"id" : " https://opencontainers.org/schema/bundle/process/linux/capabilities/inheritable" ,
149
- "type" : " array" ,
150
- "items" : {
151
- "type" : " string"
152
- }
140
+ "$ref" : " defs.json#/definitions/ArrayOfStrings"
153
141
},
154
142
"ambient" : {
155
143
"id" : " https://opencontainers.org/schema/bundle/process/linux/capabilities/ambient" ,
156
- "type" : " array" ,
157
- "items" : {
158
- "type" : " string"
159
- }
144
+ "$ref" : " defs.json#/definitions/ArrayOfStrings"
160
145
}
161
146
}
162
147
},
You can’t perform that action at this time.
0 commit comments