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

Commit 27feadd

Browse files
JSON Schema Update
1 parent 7e48fb8 commit 27feadd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/v3/get_account_status/receive.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"type": "integer"
3636
},
3737
"further_resubmissions_allowed": {
38-
"description": "This represent the number of submissions allowed for client to submit documents",
38+
"description": "This flag indicates whether client is allowed to resubmit documents",
3939
"type": "integer",
4040
"enum": [
4141
1,
@@ -65,7 +65,7 @@
6565
"type": "integer"
6666
},
6767
"further_resubmissions_allowed": {
68-
"description": "This represent the number times a client is allowed to submit documents",
68+
"description": "This flag indicates whether client is allowed to resubmit documents",
6969
"type": "integer",
7070
"enum": [
7171
1,

0 commit comments

Comments
 (0)