Skip to content
This repository was archived by the owner on Dec 28, 2023. It is now read-only.

Commit 2cf8a80

Browse files
author
nobody
committed
JSON Schema Update
1 parent 64421e1 commit 2cf8a80

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

config/v3/document_upload/send.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,10 @@
129129
"properties": {
130130
"details": {
131131
"description": "A collection of unspecific information related to the proof of ownership being uploaded",
132-
"type": "object"
132+
"type": "object",
133+
"required": [
134+
"payment_identifier"
135+
]
133136
},
134137
"id": {
135138
"description": "The id of the proof of ownership as shown in the /get_account_status proof of ownership list",

config/v3/get_account_status/receive.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -302,17 +302,17 @@
302302
"description": "The request timestamp of creation",
303303
"type": "string"
304304
},
305+
"documents_required": {
306+
"description": "Number of documents required to be uploaded for proof of ownership",
307+
"type": "number"
308+
},
305309
"id": {
306310
"description": "The identifier of the proof of ownership request",
307311
"type": "number"
308312
},
309313
"payment_method": {
310314
"description": "The display name of the payment method being requested",
311315
"type": "string"
312-
},
313-
"payment_method_identifier": {
314-
"description": "The identifier of the payment method being requested",
315-
"type": "string"
316316
}
317317
}
318318
}

0 commit comments

Comments
 (0)