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