From 6892ee7ade8e60b77191fb71f787985dbe5803ee Mon Sep 17 00:00:00 2001 From: Murad Biashimov Date: Tue, 13 Aug 2024 13:53:21 +0200 Subject: [PATCH] feat: add secure flag --- project.go | 1 + 1 file changed, 1 insertion(+) diff --git a/project.go b/project.go index e3b3feb..b5da6bc 100644 --- a/project.go +++ b/project.go @@ -193,6 +193,7 @@ type ( Pattern string `json:"pattern"` Example interface{} `json:"example"` UserError string `json:"user_error"` + Secure bool `json:"_secure"` } )