We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Clarified this in the Slack channel:
Under https://spec.openapis.org/arazzo/latest.html#step-object
Describes a single workflow step which MAY be a call to an API operation (OpenAPI Operation Object or another Workflow Object).
Seems to have a misplaced parenthesis. I believe this:
Describes a single workflow step which MAY be a call to an API operation (OpenAPI Operation Object) or another Workflow Object.
Would make it clearer that a workflow step is EITHER an API operation or another Workflow
The text was updated successfully, but these errors were encountered:
fix: move misplaced parenthesis
450e155
This PR fixes OAI#247 by moving a misplaced parenthesis.
Successfully merging a pull request may close this issue.
Clarified this in the Slack channel:
Under https://spec.openapis.org/arazzo/latest.html#step-object
Describes a single workflow step which MAY be a call to an API operation (OpenAPI Operation Object or another Workflow Object).
Seems to have a misplaced parenthesis. I believe this:
Describes a single workflow step which MAY be a call to an API operation (OpenAPI Operation Object) or another Workflow Object.
Would make it clearer that a workflow step is EITHER an API operation or another Workflow
The text was updated successfully, but these errors were encountered: