Open
Conversation
Contributor
|
This pull request does not contain a staged changelog entry. To create one, use the Make sure that the description is appropriate for a changelog entry and that the proper feature type is used. See |
sugmanue
reviewed
Mar 20, 2026
| { | ||
| id: "RpcV2JsonRequestEmptyInput" | ||
| protocol: rpcv2Json | ||
| documentation: "When Input structure is empty we write JSON equivalent of {}" |
Contributor
There was a problem hiding this comment.
Here and below in this file
Suggested change
| documentation: "When Input structure is empty we write JSON equivalent of {}" | |
| documentation: "When Input structure is empty we write an empty JSON object" |
d12e23d to
025ad49
Compare
sugmanue
approved these changes
Mar 24, 2026
607da8e to
fd4987d
Compare
sugmanue
approved these changes
Apr 10, 2026
This commit adds the Smithy RPC v2 JSON protocol, a protocol JSON-payload based protocol in the Smithy RPC v2 family. A full specification of the protocol is included, as well as minor validation for its `http` and `eventStreamHttp` properties.
fd4987d to
2b53241
Compare
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.
Background
This commit adds the Smithy RPC v2 JSON protocol, a JSON-payload based protocol in the Smithy RPC v2 family.
A full specification of the protocol is included, as well as minor validation for its
httpandeventStreamHttpproperties.Protocol tests, including those for arbitrary precision numbers, are included.
Additionally, a conversion to OpenAPI is included.
Testing
An initial implementation in Smithy-Java passes all protocol tests with only the expected changes to shared implementation components.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.