Skip to content

Commit 19f67c6

Browse files
committed
feat: route subresource of store
1 parent e0d0574 commit 19f67c6

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

model/store/store-apis.smithy

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ namespace com.shopping.inandout.store
44

55
use com.shopping.inandout#ResourceAlreadyExistsError
66
use com.shopping.inandout#ResourceNotFoundError
7+
use com.shopping.inandout.route#Route
78
use com.shopping.inandout.stand#Stand
89
use com.shopping.inandout.util#Description
910
use com.shopping.inandout.util#GeoCoordinates
@@ -29,6 +30,7 @@ resource Store {
2930
updatedAt: Timestamp
3031
}
3132
resources: [
33+
Route
3234
Stand
3335
]
3436
create: CreateStore

0 commit comments

Comments
 (0)