From 71d9bd467812799a9b0fda34ed4a002aa0432e58 Mon Sep 17 00:00:00 2001 From: mr Date: Mon, 27 Jan 2025 13:24:14 +0100 Subject: [PATCH] adding inputs output struct based on argo naming for now --- models/resources/data.go | 1 - 1 file changed, 1 deletion(-) diff --git a/models/resources/data.go b/models/resources/data.go index 8d8ff3e..47685c8 100644 --- a/models/resources/data.go +++ b/models/resources/data.go @@ -16,7 +16,6 @@ import ( type DataResource struct { AbstractIntanciatedResource[*DataInstance] Type string `bson:"type,omitempty" json:"type,omitempty"` - Source string `json:"source,omitempty" bson:"source,omitempty"` // Source is the source of the resource Quality string `bson:"quality,omitempty" json:"quality,omitempty"` OpenData bool `bson:"open_data" json:"open_data" default:"false"` // Type is the type of the storage Static bool `bson:"static" json:"static" default:"false"`