feat: add support for validating Arazzo 1.1.0#2877
Draft
DmitryAnansky wants to merge 3 commits into
Draft
Conversation
🦋 Changeset detectedLatest commit: 0126f35 The changes in this PR will be included in the next version bump. This PR includes changesets to release 3 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Contributor
Coverage Report
File Coverage |
Contributor
Performance Benchmark (Lower is Faster)
|
167d764 to
451802a
Compare
25febda to
0126f35
Compare
DmitryAnansky
commented
Jun 16, 2026
| arazzo: '1.1.0' | ||
| $self: https://example.com/workflows/museum.arazzo.yaml | ||
| info: | ||
| title: Museum workflows |
Contributor
Author
There was a problem hiding this comment.
TODO: rewrite with Cafe API example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What/Why/How?
What's new in Arazzo 1.1.0 (verified against spec.openapis.org/arazzo/latest.html)
$self(URI-reference, base URI for the doc)typegainsasyncapi(wasopenapi/arazzo)channelPath(AsyncAPI channel pointer, joins mutual-exclusivity group with operationId/operationPath/workflowId),action(send/receive),correlationId,timeout(integer, ms),dependsOn(list of stepIds)ingainsquerystring(OpenAPI 3.2 alignment)typeis now the generalized Expression Type Object; jsonpath versions gainrfc9535, xpath versions gainxpath-31type:jsonpath/xpath/jsonpointer;versionREQUIRED: jsonpath→rfc9535,draft-goessner-dispatch-jsonpath-00; xpath→xpath-31,xpath-30,xpath-20,xpath-10; jsonpointer→rfc6901context(REQUIRED),selector(REQUIRED),type(REQUIRED, string enum or Expression Type Object). Usable in outputs, parameter values, requestBody payload, payload replacement valuestargetSelectorType(string enum or Expression Type Object);valuemay be a Selector Objectparameters(list of Parameter Object | Reusable Object) for passing inputs to the referenced workflow$message.header.*,$message.payload,$selfsources (no lint impact — expressions are opaque strings to lint)Reference
Closes: #2825
Testing
Screenshots (optional)
Check yourself
Security