Skip to content

Commit e2dd517

Browse files
committed
fixed schema
1 parent e0082c5 commit e2dd517

1 file changed

Lines changed: 8 additions & 7 deletions

File tree

openapi.yaml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -254,12 +254,12 @@ paths:
254254
type: object
255255
properties:
256256
V_GEMESSENE_PARA_PLC:
257-
type: array
258-
items:
259-
$ref: '#/components/schemas/ParameterPLC'
257+
type: array
258+
items:
259+
$ref: '#/components/schemas/ParameterPLC'
260260

261261
/V_MESSWERTE_PLC:
262-
post:
262+
post:
263263
operationId: list-messwerte-plc
264264
summary: Liste aller Messwerte der gefilterten PLC Stationen
265265
description: |
@@ -279,9 +279,9 @@ paths:
279279
type: object
280280
properties:
281281
V_MESSWERTE_PLC:
282-
type: array
283-
items:
284-
$ref: '#/components/schemas/MesswertPLC'
282+
type: array
283+
items:
284+
$ref: '#/components/schemas/MesswertPLC'
285285

286286
components:
287287
schemas:
@@ -536,3 +536,4 @@ components:
536536
- CW
537537
- CS
538538
- CF
539+

0 commit comments

Comments
 (0)