From a71fcfc40f6108f48c555653f0e99bfdd01a9f1f Mon Sep 17 00:00:00 2001 From: Abby Menting Date: Wed, 29 Sep 2021 16:03:41 -0700 Subject: [PATCH] Update descriptions in reports_2021-06-30.json --- models/reports-api-model/reports_2021-06-30.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/models/reports-api-model/reports_2021-06-30.json b/models/reports-api-model/reports_2021-06-30.json index ea90139..baac2e1 100644 --- a/models/reports-api-model/reports_2021-06-30.json +++ b/models/reports-api-model/reports_2021-06-30.json @@ -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"