Skip to content

Commit bdea967

Browse files
authored
Adding new enums and methods for KYC (#63)
1 parent afcd7de commit bdea967

1 file changed

Lines changed: 27 additions & 6 deletions

File tree

apis/journey/loan.json

Lines changed: 27 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1178,7 +1178,9 @@
11781178
"enum": [
11791179
"CKYC",
11801180
"UDYAM",
1181-
"OFFLINE_AADHAAR"
1181+
"OFFLINE_AADHAAR",
1182+
"VKYC",
1183+
"OFFLINE"
11821184
]
11831185
}
11841186
}
@@ -1195,7 +1197,9 @@
11951197
"CKYC",
11961198
"UDYAM",
11971199
"OFFLINE_AADHAAR",
1198-
"AADHAR_EKYC"
1200+
"AADHAR_EKYC",
1201+
"VKYC",
1202+
"OFFLINE"
11991203
]
12001204
}
12011205
}
@@ -6206,7 +6210,10 @@
62066210
"documents"
62076211
],
62086212
"totalDocumentCount": {
6209-
"type": "integer"
6213+
"type": "integer",
6214+
"examples": [
6215+
1
6216+
]
62106217
},
62116218
"hasAdditionalDocuments": {
62126219
"type": "boolean"
@@ -6391,7 +6398,9 @@
63916398
"enum": [
63926399
"CKYC",
63936400
"UDYAM",
6394-
"OFFLINE_AADHAAR"
6401+
"OFFLINE_AADHAAR",
6402+
"VKYC",
6403+
"OFFLINE"
63956404
]
63966405
},
63976406
"scale": {
@@ -6466,7 +6475,9 @@
64666475
"enum": [
64676476
"CKYC",
64686477
"UDYAM",
6469-
"OFFLINE_AADHAAR"
6478+
"OFFLINE_AADHAAR",
6479+
"VKYC",
6480+
"OFFLINE"
64706481
]
64716482
},
64726483
"name": {
@@ -6504,14 +6515,24 @@
65046515
"type": {
65056516
"type": "string",
65066517
"enum": [
6507-
"REDIRECT"
6518+
"REDIRECT",
6519+
"OFFLINE"
65086520
]
65096521
},
65106522
"data": {
65116523
"type": "object",
65126524
"properties": {
65136525
"url": {
65146526
"type": "string"
6527+
},
6528+
"offlineDisplayDataFormat": {
6529+
"enum": [
6530+
"TEXT",
6531+
"HTML"
6532+
]
6533+
},
6534+
"offlineDisplayData": {
6535+
"type": "string"
65156536
}
65166537
}
65176538
}

0 commit comments

Comments
 (0)