From 7ae5c88a6bbc16cbfd9c1d1aa0c84b099bb87999 Mon Sep 17 00:00:00 2001 From: Abby Menting Date: Wed, 29 Sep 2021 16:05:29 -0700 Subject: [PATCH] Update descriptions in feeds_2021-06-30.json --- models/feeds-api-model/feeds_2021-06-30.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/models/feeds-api-model/feeds_2021-06-30.json b/models/feeds-api-model/feeds_2021-06-30.json index 0200b9b..e2f7081 100644 --- a/models/feeds-api-model/feeds_2021-06-30.json +++ b/models/feeds-api-model/feeds_2021-06-30.json @@ -1397,10 +1397,12 @@ "description": "The identifier for the feed. This identifier is unique only in combination with a seller ID.", "type": "string" } - } + }, + "description": "Response schema." }, "Feed": { "type": "object", + "description": "Detailed information about the feed.", "required": [ "createdTime", "feedId", @@ -1479,6 +1481,7 @@ }, "FeedList": { "type": "array", + "description": "A list of feeds.", "items": { "$ref": "#/definitions/Feed" } @@ -1502,6 +1505,7 @@ }, "FeedDocument": { "type": "object", + "description": "Information required for the feed document.", "required": [ "feedDocumentId", "url" @@ -1539,6 +1543,7 @@ }, "CreateFeedSpecification": { "type": "object", + "description": "Information required to create the feed.", "required": [ "inputFeedDocumentId", "feedType", @@ -1569,6 +1574,7 @@ }, "CreateFeedDocumentSpecification": { "type": "object", + "description": "Specifies the content type for the createFeedDocument operation.", "required": [ "contentType" ],