We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2a6998 commit 9219b13Copy full SHA for 9219b13
1 file changed
gems/smithy-schema/spec/support/schema_helper.rb
@@ -100,10 +100,7 @@ def sample_shapes
100
'smithy.ruby.tests#Union' => {
101
'type' => 'union',
102
'members' => {
103
- 'string' => {
104
- 'target' => 'smithy.api#String',
105
- 'traits' => { 'smithy.api#jsonName' => 'jsonName' }
106
- },
+ 'string' => { 'target' => 'smithy.api#String'},
107
'structure' => { 'target' => 'smithy.ruby.tests#Structure' },
108
'unit' => { 'target' => 'smithy.api#Unit' }
109
}
0 commit comments