| diff --git a/discovery/googleapis/admob__v1.json b/discovery/googleapis/admob__v1.json |
| index 40e634a0c..6eff5c9a9 100644 |
| --- a/discovery/googleapis/admob__v1.json |
| +++ b/discovery/googleapis/admob__v1.json |
| @@ -485,21 +485,24 @@ |
| "GenerateNetworkReportResponse": { |
| "description": "The streaming response for the AdMob Network report where the first response contains the report header, then a stream of row responses, and finally a footer as the last response message. For example: [{ \"header\": { \"dateRange\": { \"startDate\": {\"year\": 2018, \"month\": 9, \"day\": 1}, \"endDate\": {\"year\": 2018, \"month\": 9, \"day\": 1} }, \"localizationSettings\": { \"currencyCode\": \"USD\", \"languageCode\": \"en-US\" } } }, { \"row\": { \"dimensionValues\": { \"DATE\": {\"value\": \"20180918\"}, \"APP\": { \"value\": \"ca-app-pub-8123415297019784~1001342552\", displayLabel: \"My app name!\" } }, \"metricValues\": { \"ESTIMATED_EARNINGS\": {\"microsValue\": 6500000} } } }, { \"footer\": {\"matchingRowCount\": 1} }]", |
| "id": "GenerateNetworkReportResponse", |
| - "properties": { |
| - "footer": { |
| - "$ref": "ReportFooter", |
| - "description": "Additional information about the generated report, such as warnings about the data." |
| + "items": { |
| + "properties": { |
| + "footer": { |
| + "$ref": "ReportFooter", |
| + "description": "Additional information about the generated report, such as warnings about the data." |
| + }, |
| + "header": { |
| + "$ref": "ReportHeader", |
| + "description": "Report generation settings that describes the report contents, such as the report date range and localization settings." |
| + }, |
| + "row": { |
| + "$ref": "ReportRow", |
| + "description": "Actual report data." |
| + } |
| }, |
| - "header": { |
| - "$ref": "ReportHeader", |
| - "description": "Report generation settings that describes the report contents, such as the report date range and localization settings." |
| - }, |
| - "row": { |
| - "$ref": "ReportRow", |
| - "description": "Actual report data." |
| - } |
| + "type": "object" |
| }, |
| - "type": "object" |
| + "type": "array" |
| }, |
| "ListAdUnitsResponse": { |
| "description": "Response for the ad units list request.", |