Skip to content

Commit 59f81bf

Browse files
authored
feat(kyc): add reference image to the KYC liveness session (#1709)
* feat(kyc): add reference image to the KYC liveness session * fix: trigger build
1 parent d4ec4d9 commit 59f81bf

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

openapi/components/schemas/StorefrontKycLivenessSession.yaml

+8
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,14 @@ properties:
4444
abandoned: |-
4545
Session was not completed and timed out.
4646
This is a permanent state.
47+
referenceImage:
48+
type:
49+
- 'string'
50+
- 'null'
51+
readOnly: true
52+
description: URL of the reference image.
53+
format: uri
54+
example: https://www.rebilly.com/blog/header-images/handle_chargebacks.png
4755
createdTime:
4856
$ref: ./CreatedTime.yaml
4957
updatedTime:

0 commit comments

Comments
 (0)