We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9346f21 commit e8b776cCopy full SHA for e8b776c
packages/cubejs-api-gateway/openspec.yml
@@ -151,6 +151,7 @@ components:
151
type: "object"
152
required:
153
- name
154
+ - type
155
- measures
156
- dimensions
157
- segments
@@ -159,6 +160,8 @@ components:
159
160
type: "string"
161
title:
162
163
+ type:
164
+ $ref: "#/components/schemas/V1CubeMetaType"
165
description:
166
167
measures:
@@ -177,6 +180,11 @@ components:
177
180
type: "array"
178
181
items:
179
182
$ref: "#/components/schemas/V1CubeMetaJoin"
183
+ V1CubeMetaType:
184
+ type: "string"
185
+ enum:
186
+ - "cube"
187
+ - "view"
188
V1MetaResponse:
189
190
properties:
0 commit comments