decomment some code to allow build
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user