Skip to content

Commit 4b20918

Browse files
committed
Update openapi.yaml
1 parent aec8431 commit 4b20918

File tree

1 file changed

+1
-29
lines changed

1 file changed

+1
-29
lines changed

internal/api/docs/openapi.yaml

Lines changed: 1 addition & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1194,7 +1194,7 @@ components:
11941194
properties:
11951195
bricks:
11961196
items:
1197-
$ref: '#/components/schemas/BrickInstanceListItem'
1197+
$ref: '#/components/schemas/BrickInstance'
11981198
nullable: true
11991199
type: array
12001200
type: object
@@ -1355,7 +1355,6 @@ components:
13551355
$ref: '#/components/schemas/BrickVariable'
13561356
description: 'Deprecated: use config_variables instead. This field is kept
13571357
for backward compatibility.'
1358-
nullable: true
13591358
type: object
13601359
type: object
13611360
BrickInstance:
@@ -1390,33 +1389,6 @@ components:
13901389
for backward compatibility.'
13911390
type: object
13921391
type: object
1393-
BrickInstanceListItem:
1394-
properties:
1395-
author:
1396-
type: string
1397-
category:
1398-
type: string
1399-
config_variables:
1400-
items:
1401-
$ref: '#/components/schemas/BrickConfigVariable'
1402-
type: array
1403-
id:
1404-
type: string
1405-
model:
1406-
type: string
1407-
name:
1408-
type: string
1409-
require_model:
1410-
type: boolean
1411-
status:
1412-
type: string
1413-
variables:
1414-
additionalProperties:
1415-
type: string
1416-
description: 'Deprecated: use config_variables instead. This field is kept
1417-
for backward compatibility.'
1418-
type: object
1419-
type: object
14201392
BrickListItem:
14211393
properties:
14221394
author:

0 commit comments

Comments
 (0)