mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-02-23 15:49:49 +01:00
Update the JSON schemas
The command executed was as follows: rm -f .api.deps .cli.deps && FETCH_APIS=1 make update-json -j8
This commit is contained in:
@@ -1233,7 +1233,7 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"revision": "20240223",
|
||||
"revision": "20240322",
|
||||
"rootUrl": "https://containeranalysis.googleapis.com/",
|
||||
"schemas": {
|
||||
"AnalysisCompleted": {
|
||||
@@ -2015,6 +2015,10 @@
|
||||
"description": "A description about this compliance check.",
|
||||
"type": "string"
|
||||
},
|
||||
"impact": {
|
||||
"description": "Potential impact of the suggested remediation",
|
||||
"type": "string"
|
||||
},
|
||||
"rationale": {
|
||||
"description": "A rationale for the existence of this compliance check.",
|
||||
"type": "string"
|
||||
@@ -2598,6 +2602,14 @@
|
||||
"E2_HIGHCPU_32",
|
||||
"E2_MEDIUM"
|
||||
],
|
||||
"enumDeprecated": [
|
||||
false,
|
||||
true,
|
||||
true,
|
||||
false,
|
||||
false,
|
||||
false
|
||||
],
|
||||
"enumDescriptions": [
|
||||
"Standard machine type.",
|
||||
"Highcpu machine with 8 CPUs.",
|
||||
|
||||
Reference in New Issue
Block a user