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