Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changes/586a5276-46a2-498e-88e3-33f31efb9e2a.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"id": "586a5276-46a2-498e-88e3-33f31efb9e2a",
"type": "bugfix",
"description": "Update event stream model test template"
}
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,11 @@ operation TestStreamOp {
errors: [SomeError],
}

structure TestStreamInputOutput { @required value: TestStream }
structure TestStreamInputOutput {
@httpPayload
@required
value: TestStream
}

@error("client")
structure SomeError {
Expand Down Expand Up @@ -71,5 +75,3 @@ union TestStream {
MessageWithNoHeaderPayloadTraits: MessageWithNoHeaderPayloadTraits,
SomeError: SomeError,
}