Skip to content

Commit

Permalink
chore: update schema
Browse files Browse the repository at this point in the history
  • Loading branch information
TheUnderScorer committed Sep 14, 2022
1 parent 13256fd commit 87b99c3
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions res/fingerprint-server-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2978,6 +2978,7 @@ components:
visits:
type: array
items:
title: ResponseVisits
type: object
properties:
requestId:
Expand All @@ -3003,6 +3004,7 @@ components:
format: int64
example: 1654815516086
time:
title: Time
description: Time expressed according to ISO 8601 in UTC format.
type: string
format: date-time
Expand Down Expand Up @@ -3082,6 +3084,7 @@ components:
error:
type: object
additionalProperties: false
title: ErrorResponseError
properties:
code:
type: string
Expand Down Expand Up @@ -3127,6 +3130,7 @@ components:
format: int64
example: 1654815516086
time:
title: Time
description: Time expressed according to ISO 8601 in UTC format.
type: string
format: date-time
Expand Down Expand Up @@ -3201,6 +3205,7 @@ components:
format: int64
example: 1654815516086
time:
title: Time
description: Time expressed according to ISO 8601 in UTC format.
type: string
format: date-time
Expand Down Expand Up @@ -3348,6 +3353,7 @@ components:
city:
type: object
additionalProperties: false
title: IPLocationCity
properties:
name:
type: string
Expand Down Expand Up @@ -3410,8 +3416,10 @@ components:
identification:
type: object
additionalProperties: false
title: ProductsResponseIdentification
properties:
data:
title: ProductsResponseIdentificationData
type: object
properties:
requestId:
Expand All @@ -3437,6 +3445,7 @@ components:
format: int64
example: 1654815516086
time:
title: Time
description: Time expressed according to ISO 8601 in UTC format.
type: string
format: date-time
Expand Down Expand Up @@ -3493,6 +3502,7 @@ components:
- visitorFound
- visitorId
botd:
title: ProductsResponseBotd
type: object
additionalProperties: false
properties:
Expand All @@ -3516,6 +3526,7 @@ components:
example: 8.8.8.8
description: IP address of the requesting browser or bot.
time:
title: Time
description: >-
Time in UTC when the request from the JS agent was made. We
recommend to treat requests that are older than 2 minutes as
Expand Down

0 comments on commit 87b99c3

Please sign in to comment.