mirror of
https://github.com/web3privacy/explorer-data.git
synced 2024-10-15 12:06:26 +02:00
feat: required kyc
This commit is contained in:
parent
c43c4949de
commit
0dbe7f52d6
1 changed files with 3 additions and 0 deletions
|
@ -273,6 +273,8 @@ properties:
|
|||
type: boolean
|
||||
sign_in_type_requirments:
|
||||
type: string
|
||||
required:
|
||||
- kyc
|
||||
compliance:
|
||||
anyOf: [{ type: boolean }, { type: string }]
|
||||
storage:
|
||||
|
@ -280,6 +282,7 @@ properties:
|
|||
properties:
|
||||
decentralized:
|
||||
type: boolean
|
||||
|
||||
# SECURITY ---------------------------------------------------------------------
|
||||
third_party_dependency:
|
||||
type: boolean
|
||||
|
|
Loading…
Reference in a new issue