-
Task
-
Resolution: Duplicate
-
Major
-
None
-
1.39.0.Final
-
None
-
False
-
None
-
False
-
---
-
---
-
-
-
2023 Week 24-26 (from Jun 12)
Currently, the input schema is not returned in the openapi for the create endpoint just a generic
requestBody:
content:
application/json:
schema:
$ref: "#/components/schemas/JsonNodeModelInput"
So you need to find in the openapi for `workflowId + "_input" `to manually find the proper schema of a given workflow. The idea is to generate the proper annotations in the endpoint to include the schema reference in the requestBody.