decomment some code to allow build

This commit is contained in:
pb
2024-04-02 15:17:18 +02:00
parent baada840bf
commit 1d2638f855
4 changed files with 3 additions and 676 deletions

View File

@@ -15,7 +15,7 @@ type DataNEWModel struct {
ShortDescription string `json:"short_description" required:"true" validate:"required"`
Logo string `json:"logo" required:"true" validate:"required"`
// Dtype string `json:"dtype"`
Dtype string `json:"dtype"`
Type string `json:"type,omitempty" required:"true" validate:"required" description:"Define type of data" example:"file"`
Example string `json:"example" required:"true" validate:"required" description:"base64 encoded data"`
Protocol []string `json:"protocol"` //TODO Enum type