File tree Expand file tree Collapse file tree 1 file changed +32
-4
lines changed
config/v3/kyc_auth_status Expand file tree Collapse file tree 1 file changed +32
-4
lines changed Original file line number Diff line number Diff line change 168168 }
169169 },
170170 "available_services" : {
171- "description" : " Services that support this document type." ,
171+ "description" : " Services that support this document type and the specific name expected by the service ." ,
172172 "type" : " array" ,
173173 "items" : {
174- "type" : " string"
174+ "type" : " object" ,
175+ "required" : [
176+ " document_type" ,
177+ " service"
178+ ],
179+ "properties" : {
180+ "document_type" : {
181+ "description" : " The specific document type name expected by the service." ,
182+ "type" : " string"
183+ },
184+ "service" : {
185+ "description" : " The name of the service supporting this document type." ,
186+ "type" : " string"
187+ }
188+ }
175189 }
176190 },
177191 "display_name" : {
378392 }
379393 },
380394 "available_services" : {
381- "description" : " Services that support this document type." ,
395+ "description" : " Services that support this document type and the specific name expected by the service ." ,
382396 "type" : " array" ,
383397 "items" : {
384- "type" : " string"
398+ "type" : " object" ,
399+ "required" : [
400+ " document_type" ,
401+ " service"
402+ ],
403+ "properties" : {
404+ "document_type" : {
405+ "description" : " The specific document type name expected by the service." ,
406+ "type" : " string"
407+ },
408+ "service" : {
409+ "description" : " The name of the service supporting this document type." ,
410+ "type" : " string"
411+ }
412+ }
385413 }
386414 },
387415 "display_name" : {
You can’t perform that action at this time.
0 commit comments