Bump version to 1.0.9; update JSON schemas; add new APIs

This commit is contained in:
Sebastian Thiel
2019-07-05 11:32:35 +08:00
parent 99e97ceece
commit e42ebc0c2b
2442 changed files with 190984 additions and 71186 deletions

View File

@@ -5,7 +5,7 @@
"description": "Analyzes the performance of a web page and provides tailored suggestions to make that page faster.",
"discoveryVersion": "v1",
"documentationLink": "https://developers.google.com/speed/docs/insights/v5/get-started",
"etag": "\"VPK3KBfpaEgZ16pozGOoMYfKc0U/JSdC-UfJ951wIJmUl2rid2MnUfw\"",
"etag": "\"9eZ1uxVRThTDhLJCZHhqs3eQWz4/Ta6I-MdyzU28jP7YoMs8WuXC-dg\"",
"icons": {
"x16": "https://www.google.com/images/icons/product/pagespeed-16.png",
"x32": "https://www.google.com/images/icons/product/pagespeed-32.png"
@@ -137,7 +137,7 @@
}
}
},
"revision": "20190129",
"revision": "20190507",
"rootUrl": "https://www.googleapis.com/",
"schemas": {
"GoogleprotobufValue": {
@@ -442,6 +442,35 @@
},
"type": "object"
},
"stackPacks": {
"description": "The Stack Pack advice strings.",
"items": {
"properties": {
"descriptions": {
"additionalProperties": {
"description": "The specific stack pack description.",
"type": "string"
},
"description": "The stack pack advice strings.",
"type": "object"
},
"iconDataURL": {
"description": "The stack pack icon data uri.",
"type": "string"
},
"id": {
"description": "The stack pack id.",
"type": "string"
},
"title": {
"description": "The stack pack title.",
"type": "string"
}
},
"type": "object"
},
"type": "array"
},
"timing": {
"description": "Timing information for this LHR.",
"properties": {