File tree Expand file tree Collapse file tree 2 files changed +10
-4
lines changed
smithy-typescript-codegen-test/model/weather Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 1- smithyVersion =1.50 .0
1+ smithyVersion =1.51 .0
22smithyGradleVersion =0.10.1
Original file line number Diff line number Diff line change @@ -108,7 +108,9 @@ operation OnlyFakeAuthOptional {}
108108operation SameAsService {}
109109
110110resource City {
111- identifiers : { cityId : CityId }
111+ identifiers : {
112+ cityId : CityId
113+ }
112114 create : CreateCity
113115 read : GetCity
114116 list : ListCities
@@ -122,12 +124,16 @@ resource City {
122124}
123125
124126resource Forecast {
125- identifiers : { cityId : CityId }
127+ identifiers : {
128+ cityId : CityId
129+ }
126130 read : GetForecast
127131}
128132
129133resource CityImage {
130- identifiers : { cityId : CityId }
134+ identifiers : {
135+ cityId : CityId
136+ }
131137 read : GetCityImage
132138}
133139
You can’t perform that action at this time.
0 commit comments