Update descriptions in feeds_2021-06-30.json

This commit is contained in:
Abby Menting 2021-09-29 16:05:29 -07:00
parent a71fcfc40f
commit 7ae5c88a6b
1 changed files with 7 additions and 1 deletions

View File

@ -1397,10 +1397,12 @@
"description": "The identifier for the feed. This identifier is unique only in combination with a seller ID.", "description": "The identifier for the feed. This identifier is unique only in combination with a seller ID.",
"type": "string" "type": "string"
} }
} },
"description": "Response schema."
}, },
"Feed": { "Feed": {
"type": "object", "type": "object",
"description": "Detailed information about the feed.",
"required": [ "required": [
"createdTime", "createdTime",
"feedId", "feedId",
@ -1479,6 +1481,7 @@
}, },
"FeedList": { "FeedList": {
"type": "array", "type": "array",
"description": "A list of feeds.",
"items": { "items": {
"$ref": "#/definitions/Feed" "$ref": "#/definitions/Feed"
} }
@ -1502,6 +1505,7 @@
}, },
"FeedDocument": { "FeedDocument": {
"type": "object", "type": "object",
"description": "Information required for the feed document.",
"required": [ "required": [
"feedDocumentId", "feedDocumentId",
"url" "url"
@ -1539,6 +1543,7 @@
}, },
"CreateFeedSpecification": { "CreateFeedSpecification": {
"type": "object", "type": "object",
"description": "Information required to create the feed.",
"required": [ "required": [
"inputFeedDocumentId", "inputFeedDocumentId",
"feedType", "feedType",
@ -1569,6 +1574,7 @@
}, },
"CreateFeedDocumentSpecification": { "CreateFeedDocumentSpecification": {
"type": "object", "type": "object",
"description": "Specifies the content type for the createFeedDocument operation.",
"required": [ "required": [
"contentType" "contentType"
], ],