From c2a4fab45b173750928dcaa698ab741ee678f4b5 Mon Sep 17 00:00:00 2001 From: leenasudhakar <137198769+leenasudhakar@users.noreply.github.com> Date: Sat, 27 Jul 2024 11:02:42 -0400 Subject: [PATCH] Augment description for Factory Reset Smart Signal. --- schemas/fingerprint-server-api.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/schemas/fingerprint-server-api.yaml b/schemas/fingerprint-server-api.yaml index b290a389..4262f3b3 100644 --- a/schemas/fingerprint-server-api.yaml +++ b/schemas/fingerprint-server-api.yaml @@ -1754,13 +1754,15 @@ components: time: description: | Indicates the time (in UTC) of the most recent factory reset that happened on the **mobile device**. - When a factory reset cannot be detected on the mobile device or when the request was initiated from a browser, this field will correspond to the *epoch* time (i.e 1 Jan 1970 UTC). + When a factory reset cannot be detected on the mobile device or when the request is initiated from a browser, this field will correspond to the *epoch* time (i.e 1 Jan 1970 UTC). See [Factory Reset Detection](https://dev.fingerprint.com/docs/smart-signals-overview#factory-reset-detection) to learn more about this Smart Signal. type: string format: date-time example: '2022-06-09T22:58:36Z' timestamp: - description: The value in the `time` represented as Unix epoch time. + description: | + This field is just another representation of the value in the `time` field. + The time of the most recent factory reset that happened on the **mobile device** is expressed as Unix epoch time. type: integer format: int64 example: 1654815517198