Skip to content

Commit 12c5669

Browse files
Sergei TsoganovSergei Tsoganov
authored andcommitted
Updated identification request resutl
1 parent b5c5343 commit 12c5669

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

openapi/components/schemas/IdentificationRequest.yaml

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,15 +46,31 @@ properties:
4646
type: object
4747
description: The result of the identification request.
4848
properties:
49+
acr:
50+
type: string
51+
example: "high"
4952
sub:
5053
type: string
5154
example: "EE30303039914"
55+
auth_time:
56+
type: integer
57+
example: 1734432000
5258
given_name:
5359
type: string
5460
example: "OK"
55-
last_name:
61+
family_name:
5662
type: string
5763
example: "TESTNUMBER"
64+
date_of_birth:
65+
type: string
66+
format: date
67+
example: "2000-01-01"
68+
expiration_time:
69+
type: integer
70+
example: 1734432000
71+
authentication_type:
72+
type: string
73+
example: "ID_CARD"
5874
client_id:
5975
type: string
6076
description: The client ID associated with the request.

0 commit comments

Comments
 (0)