Skip to content

Commit

Permalink
JSON Schema Update
Browse files Browse the repository at this point in the history
  • Loading branch information
nobody committed Nov 27, 2024
1 parent 85ddb43 commit 23b1fa8
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 0 deletions.
7 changes: 7 additions & 0 deletions config/v3/get_account_status/receive.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,13 @@
"description": "This is the epoch of the document expiry date.",
"type": "integer"
},
"last_rejected": {
"description": "Show the last reported reasons for the rejected poa cases",
"type": [
"null",
"string"
]
},
"status": {
"description": "This represents the current status of the proof of address document submitted for authentication.",
"type": "string",
Expand Down
42 changes: 42 additions & 0 deletions config/v3/kyc_auth_status/receive.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,27 @@
"type": "object",
"additionalProperties": false,
"properties": {
"last_rejected": {
"description": "Details on the rejected POA attempt.",
"type": "object",
"additionalProperties": false,
"properties": {
"document_type": {
"description": "Document type of the rejected POA attempt.",
"type": [
"null",
"string"
]
},
"rejected_reasons": {
"description": "Reason(s) for the rejected POA attempt.",
"type": [
"null",
"string"
]
}
}
},
"status": {
"description": "Current POA status.",
"type": "string",
Expand Down Expand Up @@ -217,6 +238,27 @@
"type": "object",
"additionalProperties": false,
"properties": {
"last_rejected": {
"description": "Details on the rejected POA attempt.",
"type": "object",
"additionalProperties": false,
"properties": {
"document_type": {
"description": "Document type of the rejected POA attempt.",
"type": [
"null",
"string"
]
},
"rejected_reasons": {
"description": "Reason(s) for the rejected POA attempt.",
"type": [
"null",
"string"
]
}
}
},
"status": {
"description": "Current POA status.",
"type": "string",
Expand Down

0 comments on commit 23b1fa8

Please sign in to comment.