Skip to content

Commit e0259f6

Browse files
align schema with actual response
1 parent b658959 commit e0259f6

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/workflows/server/server.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -383,12 +383,6 @@ 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]
392386
required: [events]
393387
"""
394388
if "name" not in request.path_params:

0 commit comments

Comments
 (0)