Skip to content

Commit d0967eb

Browse files
Revert "align schema with actual response"
This reverts commit e0259f6.
1 parent e0259f6 commit d0967eb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/workflows/server/server.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -383,6 +383,12 @@ async def _list_workflow_events(self, request: Request) -> JSONResponse:
383383
type: array
384384
items:
385385
type: object
386+
properties:
387+
name:
388+
type: string
389+
schema:
390+
type: object
391+
required: [name, schema]
386392
required: [events]
387393
"""
388394
if "name" not in request.path_params:

0 commit comments

Comments
 (0)