Skip to content

Commit 432fb19

Browse files
author
nobody
committed
JSON Schema Update
1 parent 701cdff commit 432fb19

File tree

1 file changed

+32
-4
lines changed

1 file changed

+32
-4
lines changed

config/v3/kyc_auth_status/receive.json

Lines changed: 32 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -168,10 +168,24 @@
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": {
@@ -378,10 +392,24 @@
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": {

0 commit comments

Comments
 (0)