From 0dbe7f52d631e992ced03ccd6bc6574d0de4ee38 Mon Sep 17 00:00:00 2001 From: Diex5 Date: Thu, 19 Sep 2024 09:23:04 +0200 Subject: [PATCH] feat: required kyc --- schema/project.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/schema/project.yaml b/schema/project.yaml index e80f5d66..212330ee 100644 --- a/schema/project.yaml +++ b/schema/project.yaml @@ -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