File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed
packages/cubejs-api-gateway Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -175,6 +175,21 @@ components:
175
175
type : array
176
176
items :
177
177
type : " string"
178
+ V1CubeMetaNestedFolder :
179
+ type : " object"
180
+ required :
181
+ - name
182
+ - members
183
+ properties :
184
+ name :
185
+ type : " string"
186
+ members :
187
+ type : array
188
+ items :
189
+ type : " string"
190
+ oneOf :
191
+ - type : string
192
+ - $ref : " #/components/schemas/V1CubeMetaNestedFolder"
178
193
V1CubeMetaHierarchy :
179
194
type : " object"
180
195
required :
@@ -231,6 +246,10 @@ components:
231
246
type : " array"
232
247
items :
233
248
$ref : " #/components/schemas/V1CubeMetaFolder"
249
+ nestedFolders :
250
+ type : " array"
251
+ items :
252
+ $ref : " #/components/schemas/V1CubeMetaNestedFolder"
234
253
hierarchies :
235
254
type : " array"
236
255
items :
You can’t perform that action at this time.
0 commit comments