|
170 | 170 | }
|
171 | 171 | }
|
172 | 172 | },
|
173 |
| -"revision": "20240711", |
| 173 | +"revision": "20240725", |
174 | 174 | "rootUrl": "https://playintegrity.googleapis.com/",
|
175 | 175 | "schemas": {
|
176 | 176 | "AccountActivity": {
|
|
370 | 370 | "description": "Contains the device attestation information. Next tag: 4",
|
371 | 371 | "id": "DeviceIntegrity",
|
372 | 372 | "properties": {
|
| 373 | +"deviceRecall": { |
| 374 | +"$ref": "DeviceRecall", |
| 375 | +"description": "Details about the device recall bits set by the developer." |
| 376 | +}, |
373 | 377 | "deviceRecognitionVerdict": {
|
374 | 378 | "description": "Details about the integrity of the device the app is running on.",
|
375 | 379 | "items": {
|
|
398 | 402 | },
|
399 | 403 | "type": "object"
|
400 | 404 | },
|
| 405 | +"DeviceRecall": { |
| 406 | +"description": "Contains the recall bits per device set by the developer. Next tag: 3", |
| 407 | +"id": "DeviceRecall", |
| 408 | +"properties": { |
| 409 | +"values": { |
| 410 | +"$ref": "Values", |
| 411 | +"description": "Required. Contains the recall bits values." |
| 412 | +}, |
| 413 | +"writeDates": { |
| 414 | +"$ref": "WriteDates", |
| 415 | +"description": "Required. Contains the recall bits write dates." |
| 416 | +} |
| 417 | +}, |
| 418 | +"type": "object" |
| 419 | +}, |
401 | 420 | "EnvironmentDetails": {
|
402 | 421 | "description": "Contains information about the environment Play Integrity API runs in, e.g. Play Protect verdict.",
|
403 | 422 | "id": "EnvironmentDetails",
|
|
543 | 562 | },
|
544 | 563 | "type": "object"
|
545 | 564 | },
|
| 565 | +"WriteDates": { |
| 566 | +"description": "Contains the recall bits write dates.", |
| 567 | +"id": "WriteDates", |
| 568 | +"properties": { |
| 569 | +"yyyymmFirst": { |
| 570 | +"description": "Optional. Write time in YYYYMM format (in UTC, e.g. 202402) for the first bit. Note that this value won't be set if the first bit is false.", |
| 571 | +"format": "int32", |
| 572 | +"type": "integer" |
| 573 | +}, |
| 574 | +"yyyymmSecond": { |
| 575 | +"description": "Optional. Write time in YYYYMM format (in UTC, e.g. 202402) for the second bit. Note that this value won't be set if the second bit is false.", |
| 576 | +"format": "int32", |
| 577 | +"type": "integer" |
| 578 | +}, |
| 579 | +"yyyymmThird": { |
| 580 | +"description": "Optional. Write time in YYYYMM format (in UTC, e.g. 202402) for the third bit. Note that this value won't be set if the third bit is false.", |
| 581 | +"format": "int32", |
| 582 | +"type": "integer" |
| 583 | +} |
| 584 | +}, |
| 585 | +"type": "object" |
| 586 | +}, |
546 | 587 | "WriteDeviceRecallRequest": {
|
547 | 588 | "description": "Request to write device recall bits.",
|
548 | 589 | "id": "WriteDeviceRecallRequest",
|
|
0 commit comments