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

Commit e9f34bd

Browse files
author
nobody
committed
JSON Schema Update
1 parent 8d25a38 commit e9f34bd

File tree

2 files changed

+89
-0
lines changed

2 files changed

+89
-0
lines changed

config/v3/kyc_auth_status/receive.json

Lines changed: 84 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,48 @@
9494
"expired",
9595
"suspected"
9696
]
97+
},
98+
"supported_documents": {
99+
"description": "Supported documents per service.",
100+
"type": "object",
101+
"properties": {
102+
"idv": {
103+
"type": "object",
104+
"additionalProperties": {
105+
"type": "object",
106+
"properties": {
107+
"additional": {
108+
"type": "object",
109+
"properties": {
110+
"display_name": {
111+
"type": "string"
112+
},
113+
"format": {
114+
"type": "string"
115+
}
116+
}
117+
},
118+
"display_name": {
119+
"type": "string"
120+
},
121+
"format": {
122+
"type": "string"
123+
}
124+
}
125+
}
126+
},
127+
"onfido": {
128+
"type": "object",
129+
"additionalProperties": {
130+
"type": "object",
131+
"properties": {
132+
"display_name": {
133+
"type": "string"
134+
}
135+
}
136+
}
137+
}
138+
}
97139
}
98140
}
99141
}
@@ -182,6 +224,48 @@
182224
"expired",
183225
"suspected"
184226
]
227+
},
228+
"supported_documents": {
229+
"description": "Supported documents per service.",
230+
"type": "object",
231+
"properties": {
232+
"idv": {
233+
"type": "object",
234+
"additionalProperties": {
235+
"type": "object",
236+
"properties": {
237+
"additional": {
238+
"type": "object",
239+
"properties": {
240+
"display_name": {
241+
"type": "string"
242+
},
243+
"format": {
244+
"type": "string"
245+
}
246+
}
247+
},
248+
"display_name": {
249+
"type": "string"
250+
},
251+
"format": {
252+
"type": "string"
253+
}
254+
}
255+
}
256+
},
257+
"onfido": {
258+
"type": "object",
259+
"additionalProperties": {
260+
"type": "object",
261+
"properties": {
262+
"display_name": {
263+
"type": "string"
264+
}
265+
}
266+
}
267+
}
268+
}
185269
}
186270
}
187271
}

config/v3/kyc_auth_status/send.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@
1919
1
2020
]
2121
},
22+
"country": {
23+
"description": "The country for which service availability is being verified, 2-letter country code",
24+
"type": "string",
25+
"pattern": "^[a-z]{2}$"
26+
},
2227
"landing_companies": {
2328
"description": "Indicates which landing companies to get the KYC authentication status for.",
2429
"type": "array",

0 commit comments

Comments
 (0)