Skip to content

Commit af5e964

Browse files
committed
fix: warnings
1 parent d5eb523 commit af5e964

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

model/main.smithy

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
$version: "2"
22

3+
metadata suppressions = [
4+
{
5+
id: "MemberShouldReferenceResource"
6+
namespace: "*"
7+
reason: "The Smithy validator is aggresive and incorrectly reports unrelated resource identifiers references."
8+
}
9+
]
10+
311
namespace com.shopping.inandout
412

513
use aws.protocols#restJson1

0 commit comments

Comments
 (0)