Function Definition field operation data type string or object ? #802
Replies: 1 comment
-
@shahbaaz31here Sorry, it seems we overlooked your question! The I'm closing the discussion, though, as it applies to a discontinued version of the spec. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Team,
As per https://github.com/serverlessworkflow/specification/blob/main/specification.md#function-definition FunctionDefinition.operation can be String or Object type.
In Serverless sdk 4.0.4, FunctionDefinition.operation field is still a String , so can anyone clarify whether we can use operation type as an Object and pass Open API details inline ? or using it as a String and reference the swagger is the only option right now ?
Main version :

0.8 version :

Beta Was this translation helpful? Give feedback.
All reactions