Skip to content

Commit

Permalink
JSON Schema Update
Browse files Browse the repository at this point in the history
  • Loading branch information
binarysysadmin committed Jan 18, 2024
1 parent 4d11866 commit e9a0910
Show file tree
Hide file tree
Showing 2 changed files with 89 additions and 0 deletions.
84 changes: 84 additions & 0 deletions config/v3/kyc_auth_status/receive.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,48 @@
"expired",
"suspected"
]
},
"supported_documents": {
"description": "Supported documents per service.",
"type": "object",
"properties": {
"idv": {
"type": "object",
"additionalProperties": {
"type": "object",
"properties": {
"additional": {
"type": "object",
"properties": {
"display_name": {
"type": "string"
},
"format": {
"type": "string"
}
}
},
"display_name": {
"type": "string"
},
"format": {
"type": "string"
}
}
}
},
"onfido": {
"type": "object",
"additionalProperties": {
"type": "object",
"properties": {
"display_name": {
"type": "string"
}
}
}
}
}
}
}
}
Expand Down Expand Up @@ -182,6 +224,48 @@
"expired",
"suspected"
]
},
"supported_documents": {
"description": "Supported documents per service.",
"type": "object",
"properties": {
"idv": {
"type": "object",
"additionalProperties": {
"type": "object",
"properties": {
"additional": {
"type": "object",
"properties": {
"display_name": {
"type": "string"
},
"format": {
"type": "string"
}
}
},
"display_name": {
"type": "string"
},
"format": {
"type": "string"
}
}
}
},
"onfido": {
"type": "object",
"additionalProperties": {
"type": "object",
"properties": {
"display_name": {
"type": "string"
}
}
}
}
}
}
}
}
Expand Down
5 changes: 5 additions & 0 deletions config/v3/kyc_auth_status/send.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@
1
]
},
"country": {
"description": "The country for which service availability is being verified, 2-letter country code",
"type": "string",
"pattern": "^[a-z]{2}$"
},
"landing_companies": {
"description": "Indicates which landing companies to get the KYC authentication status for.",
"type": "array",
Expand Down

0 comments on commit e9a0910

Please sign in to comment.