Skip to content

Commit

Permalink
Fix check creation, remove some deprecated properties and deprecate o…
Browse files Browse the repository at this point in the history
…thers (#128)
  • Loading branch information
dvacca-onfido authored Oct 17, 2024
1 parent 18c7f13 commit 0e2e584
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 30 deletions.
4 changes: 2 additions & 2 deletions schemas/checks/definitions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ check_shared:
redirect_uri:
type: string
description: For checks where `applicant_provides_data` is `true`, redirect to this URI when the applicant has submitted their data.
privacy_notices_read_consent_given:
type: boolean

check_request:
type: object
Expand Down Expand Up @@ -119,5 +121,3 @@ check_response:
version:
type: string
example: 3.6
privacy_notices_read_consent_given:
type: boolean
28 changes: 0 additions & 28 deletions schemas/reports/device_intelligence_breakdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,22 +72,6 @@ properties:
fake_network_request:
type: boolean
description: Whether device is using stolen security tokens to send the network information.
true_os:
type: string
description: The true operating system of the device.
deprecated: true
os_anomaly:
type: string
description: The likelihood of an operating system anomaly between the true OS and the OS sent by the device.
deprecated: true
rooted:
type: boolean
description: Whether the device is rooted.
deprecated: true
remote_software:
type: boolean
description: Whether the device is controlled via remote software.
deprecated: true
ip_reputation:
type: string
enum:
Expand Down Expand Up @@ -120,18 +104,6 @@ properties:
address:
type: string
description: The IP address that uploaded the media.
vpn_detection:
type: string
description: The likelihood of the network connection being a VPN.
deprecated: true
proxy_detection:
type: string
description: The likelihood of the network connection being a Proxy.
deprecated: true
type:
type: string
description: The type of organization that owns this IP address.
deprecated: true
geolocation:
type: object
properties:
Expand Down
1 change: 1 addition & 0 deletions schemas/reports/watchlist_aml_properties.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ properties:
type: array
items:
type: string
deprecated: true
1 change: 1 addition & 0 deletions schemas/reports/watchlist_standard_properties.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ properties:
type: array
items:
type: string
deprecated: true

0 comments on commit 0e2e584

Please sign in to comment.