Skip to content

Fix/resolve bug with source description scoped operation path#138

Merged
DavidAtJentic merged 7 commits intomainfrom
fix/resolve-bug-with-source-description-scoped-operation-path
Feb 25, 2026
Merged

Fix/resolve bug with source description scoped operation path#138
DavidAtJentic merged 7 commits intomainfrom
fix/resolve-bug-with-source-description-scoped-operation-path

Conversation

@DavidAtJentic
Copy link
Copy Markdown
Contributor

This PR includes a minor patch relating to sourceDescription-scoped operationPath resolution in the arazzo-runner.

Previously, an operationPath field in an Arazzo Description of the form: {$sourceDescriptions.petstoreDescription.url}#/paths/~1pet~1findByStatus/get, which is valid in the Arazzo Standard (see here), would get resolved to the path //pet/findByStatus.

This would throw an error, and cause the workflow execution to fail.

With this patch, the paths of this form are now correctly resolved.

@DavidAtJentic DavidAtJentic merged commit aa56a26 into main Feb 25, 2026
10 checks passed
@DavidAtJentic DavidAtJentic deleted the fix/resolve-bug-with-source-description-scoped-operation-path branch February 25, 2026 10:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants