Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,8 @@
]


class RegisteredSolverFunctionGet(RegisteredSolverFunction, OutputSchema): ...
class RegisteredSolverFunctionGet(RegisteredSolverFunction, OutputSchema):
uid: Annotated[FunctionID, Field(alias="uuid")]


class RegisteredProjectFunctionGet(RegisteredProjectFunction, OutputSchema):
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
openapi: 3.1.0
info:
title: simcore-service-webserver
Expand Down Expand Up @@ -16127,10 +16127,10 @@
type: object
- type: 'null'
title: Defaultinputs
uid:
uuid:
type: string
format: uuid
title: Uid
title: Uuid
createdAt:
type: string
format: date-time
Expand All @@ -16152,7 +16152,7 @@
- inputSchema
- outputSchema
- defaultInputs
- uid
- uuid
- createdAt
- modifiedAt
- solverKey
Expand Down
Loading