Skip to content

Commit 4093e87

Browse files
align schema with actual response (#132)
1 parent d0967eb commit 4093e87

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

src/workflows/server/server.py

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -381,14 +381,9 @@ async def _list_workflow_events(self, request: Request) -> JSONResponse:
381381
properties:
382382
events:
383383
type: array
384+
description: List of workflow event JSON schemas
384385
items:
385386
type: object
386-
properties:
387-
name:
388-
type: string
389-
schema:
390-
type: object
391-
required: [name, schema]
392387
required: [events]
393388
"""
394389
if "name" not in request.path_params:

0 commit comments

Comments
 (0)