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
|
type: boolean
|
||||||
sign_in_type_requirments:
|
sign_in_type_requirments:
|
||||||
type: string
|
type: string
|
||||||
|
required:
|
||||||
|
- kyc
|
||||||
compliance:
|
compliance:
|
||||||
anyOf: [{ type: boolean }, { type: string }]
|
anyOf: [{ type: boolean }, { type: string }]
|
||||||
storage:
|
storage:
|
||||||
|
@ -280,6 +282,7 @@ properties:
|
||||||
properties:
|
properties:
|
||||||
decentralized:
|
decentralized:
|
||||||
type: boolean
|
type: boolean
|
||||||
|
|
||||||
# SECURITY ---------------------------------------------------------------------
|
# SECURITY ---------------------------------------------------------------------
|
||||||
third_party_dependency:
|
third_party_dependency:
|
||||||
type: boolean
|
type: boolean
|
||||||
|
|
Loading…
Reference in a new issue