Skip to content

Commit 8934c0d

Browse files
committed
fix: documentation traits
1 parent 1b41ca6 commit 8934c0d

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

model/article/article-io.smithy

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,19 +41,19 @@ structure ListArticlesInput with [InputPagination] {
4141
amount: PositiveDouble
4242

4343
@httpQuery("name")
44-
@documentation("Literal product name.")
44+
@documentation("Product name.")
4545
name: ResourceName
4646

4747
@httpQuery("subcategory")
48-
@documentation("Literal product subcategory.")
48+
@documentation("Product subcategory.")
4949
subcategory: ResourceName
5050

5151
@httpQuery("category")
52-
@documentation("Literal product category.")
52+
@documentation("Product category.")
5353
category: ResourceName
5454

5555
@httpQuery("vendor")
56-
@documentation("Literal product vendor.")
56+
@documentation("Product vendor.")
5757
vendor: ResourceName
5858
}
5959

0 commit comments

Comments
 (0)