Skip to content

Commit 71b3efd

Browse files
committed
fix open api spec
1 parent ee3b39c commit 71b3efd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/cubejs-api-gateway/openspec.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,9 @@ components:
173173
members:
174174
type: array
175175
items:
176-
type: "string"
176+
oneOf:
177+
- type: string
178+
- $ref: "#/components/schemas/V1CubeMetaFolder"
177179
V1CubeMetaHierarchy:
178180
type: "object"
179181
required:

0 commit comments

Comments
 (0)