Skip to content

Commit

Permalink
JSON Schema Update
Browse files Browse the repository at this point in the history
  • Loading branch information
binarysysadmin committed Mar 29, 2024
1 parent 257f784 commit 68ca7f3
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
8 changes: 8 additions & 0 deletions config/v3/get_account_status/receive.json
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,14 @@
"type": "string"
}
},
"report_available": {
"description": "Indicate if the verification report was returned by the provider",
"type": "integer",
"enum": [
0,
1
]
},
"reported_properties": {
"description": "Shows the latest document properties detected and reported by IDVS",
"type": "object"
Expand Down
16 changes: 16 additions & 0 deletions config/v3/kyc_auth_status/receive.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,14 @@
"items": {
"type": "string"
}
},
"report_available": {
"description": "Indicate if the verification report was returned by the provider (IDV only).",
"type": "integer",
"enum": [
0,
1
]
}
}
},
Expand Down Expand Up @@ -200,6 +208,14 @@
"items": {
"type": "string"
}
},
"report_available": {
"description": "Indicate if the verification report was returned by the provider (IDV only).",
"type": "integer",
"enum": [
0,
1
]
}
}
},
Expand Down

0 comments on commit 68ca7f3

Please sign in to comment.