|
170 | 170 | } |
171 | 171 | } |
172 | 172 | }, |
173 | | - "revision": "20241127", |
| 173 | + "revision": "20250223", |
174 | 174 | "rootUrl": "https://playintegrity.googleapis.com/", |
175 | 175 | "schemas": { |
176 | 176 | "AccountActivity": { |
|
259 | 259 | "type": "string" |
260 | 260 | }, |
261 | 261 | "type": "array" |
262 | | - }, |
263 | | - "otherApps": { |
264 | | - "deprecated": true, |
265 | | - "description": "Deprecated: this field will be removed, please use apps_detected instead. App access risk verdict related to apps that are not installed by Google Play, and are not preloaded on the system image by the device manufacturer.", |
266 | | - "enum": [ |
267 | | - "UNKNOWN", |
268 | | - "UNEVALUATED", |
269 | | - "NOT_INSTALLED", |
270 | | - "INSTALLED", |
271 | | - "CAPTURING", |
272 | | - "CONTROLLING" |
273 | | - ], |
274 | | - "enumDescriptions": [ |
275 | | - "Risk type is unknown.", |
276 | | - "App access risk was not evaluated because a requirement was missed, such as the device not being trusted enough.", |
277 | | - "No apps under this field are installed on the device. This is only valid for the other apps field.", |
278 | | - "One or more apps under this field are installed on the device.", |
279 | | - "Apps under this field are running that could be used to read or capture inputs and outputs of the requesting app, such as screen recording apps.", |
280 | | - "Apps under this field are running that could be used to control the device and inputs and outputs of the requesting app, such as remote controlling apps." |
281 | | - ], |
282 | | - "type": "string" |
283 | | - }, |
284 | | - "playOrSystemApps": { |
285 | | - "deprecated": true, |
286 | | - "description": "Deprecated: this field will be removed, please use apps_detected instead. App access risk verdict related to apps that are not installed by the Google Play Store, and are not preloaded on the system image by the device manufacturer.", |
287 | | - "enum": [ |
288 | | - "UNKNOWN", |
289 | | - "UNEVALUATED", |
290 | | - "NOT_INSTALLED", |
291 | | - "INSTALLED", |
292 | | - "CAPTURING", |
293 | | - "CONTROLLING" |
294 | | - ], |
295 | | - "enumDescriptions": [ |
296 | | - "Risk type is unknown.", |
297 | | - "App access risk was not evaluated because a requirement was missed, such as the device not being trusted enough.", |
298 | | - "No apps under this field are installed on the device. This is only valid for the other apps field.", |
299 | | - "One or more apps under this field are installed on the device.", |
300 | | - "Apps under this field are running that could be used to read or capture inputs and outputs of the requesting app, such as screen recording apps.", |
301 | | - "Apps under this field are running that could be used to control the device and inputs and outputs of the requesting app, such as remote controlling apps." |
302 | | - ], |
303 | | - "type": "string" |
304 | 262 | } |
305 | 263 | }, |
306 | 264 | "type": "object" |
|
0 commit comments