Skip to content
This repository was archived by the owner on May 13, 2024. It is now read-only.

Commit 43b185b

Browse files
author
nobody
committed
JSON Schema Update
1 parent 9cba4ac commit 43b185b

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

config/v3/get_account_status/receive.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,14 @@
237237
"type": "string"
238238
}
239239
},
240+
"report_available": {
241+
"description": "Indicate if the verification report was returned by the provider",
242+
"type": "integer",
243+
"enum": [
244+
0,
245+
1
246+
]
247+
},
240248
"reported_properties": {
241249
"description": "Shows the latest document properties detected and reported by IDVS",
242250
"type": "object"

config/v3/kyc_auth_status/receive.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,14 @@
7070
"items": {
7171
"type": "string"
7272
}
73+
},
74+
"report_available": {
75+
"description": "Indicate if the verification report was returned by the provider (IDV only).",
76+
"type": "integer",
77+
"enum": [
78+
0,
79+
1
80+
]
7381
}
7482
}
7583
},
@@ -200,6 +208,14 @@
200208
"items": {
201209
"type": "string"
202210
}
211+
},
212+
"report_available": {
213+
"description": "Indicate if the verification report was returned by the provider (IDV only).",
214+
"type": "integer",
215+
"enum": [
216+
0,
217+
1
218+
]
203219
}
204220
}
205221
},

0 commit comments

Comments
 (0)