Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to v3.6.0 #28

Merged
merged 2 commits into from
Feb 2, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ openapi: 3.0.0
info:
title: Onfido API
description: The Onfido API is used to submit check requests.
version: 3.5.0
version: 3.6.0
license:
name: MIT
servers:
- url: https://api.{region}.onfido.com/v3.5
- url: https://api.{region}.onfido.com/v3.6
variables:
region:
enum:
Expand Down
3 changes: 3 additions & 0 deletions schemas/reports/known_faces_properties.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,6 @@ properties:
media_type:
type: string
description: The media type (for example live_photos or live_videos).
suspected:
type: boolean
description: Indicates if match is suspected based on fuzzy name matching feature. Dependent on feature being active for account, otherwise defaults to true.