We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0d0574 commit 19f67c6Copy full SHA for 19f67c6
1 file changed
model/store/store-apis.smithy
@@ -4,6 +4,7 @@ namespace com.shopping.inandout.store
4
5
use com.shopping.inandout#ResourceAlreadyExistsError
6
use com.shopping.inandout#ResourceNotFoundError
7
+use com.shopping.inandout.route#Route
8
use com.shopping.inandout.stand#Stand
9
use com.shopping.inandout.util#Description
10
use com.shopping.inandout.util#GeoCoordinates
@@ -29,6 +30,7 @@ resource Store {
29
30
updatedAt: Timestamp
31
}
32
resources: [
33
+ Route
34
Stand
35
]
36
create: CreateStore
0 commit comments