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

Commit 7e48fb8

Browse files
JSON Schema Update
1 parent e3a9e73 commit 7e48fb8

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

config/v3/get_account_status/receive.json

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,13 @@
3434
"description": "This is the epoch of the document expiry date.",
3535
"type": "integer"
3636
},
37-
"further_submissions_allowed": {
37+
"further_resubmissions_allowed": {
3838
"description": "This represent the number of submissions allowed for client to submit documents",
39-
"type": "integer"
39+
"type": "integer",
40+
"enum": [
41+
1,
42+
0
43+
]
4044
},
4145
"status": {
4246
"description": "This represents the current status of the proof of address document submitted for authentication.",
@@ -60,9 +64,13 @@
6064
"description": "This is the epoch of the document expiry date.",
6165
"type": "integer"
6266
},
63-
"further_submissions_allowed": {
67+
"further_resubmissions_allowed": {
6468
"description": "This represent the number times a client is allowed to submit documents",
65-
"type": "integer"
69+
"type": "integer",
70+
"enum": [
71+
1,
72+
0
73+
]
6674
},
6775
"services": {
6876
"description": "This shows the information about the authentication services implemented",

0 commit comments

Comments
 (0)