Update descriptions in reports_2021-06-30.json

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

View File

@ -2009,6 +2009,7 @@
},
"Report": {
"type": "object",
"description": "Detailed information about the report.",
"required": [
"processingStatus",
"reportId",
@ -2101,6 +2102,7 @@
},
"ReportList": {
"type": "array",
"description": "A list of reports.",
"items": {
"$ref": "#/definitions/Report"
}
@ -2236,6 +2238,7 @@
},
"CreateReportSpecification": {
"type": "object",
"description": "Information required to create the report.",
"required": [
"marketplaceIds",
"reportType"
@ -2316,6 +2319,7 @@
},
"ReportScheduleList": {
"type": "object",
"description": "A list of report schedules.",
"required": [
"reportSchedules"
],
@ -2330,6 +2334,7 @@
},
"CreateReportResponse": {
"type": "object",
"description": "Response schema.",
"required": [
"reportId"
],
@ -2359,6 +2364,7 @@
},
"CreateReportScheduleResponse": {
"type": "object",
"description": "Response schema.",
"required": [
"reportScheduleId"
],
@ -2371,6 +2377,7 @@
},
"ReportDocument": {
"type": "object",
"description": "Information required for the report document.",
"required": [
"reportDocumentId",
"url"