data change for resource struct
This commit is contained in:
@@ -23,7 +23,7 @@ const (
|
||||
* it defines the resource data
|
||||
*/
|
||||
type DataResource struct {
|
||||
AbstractResource[*ResourceInstance[*DataResourcePartnership]]
|
||||
AbstractIntanciatedResource[*ResourceInstance[*DataResourcePartnership]]
|
||||
Type string `bson:"type,omitempty" json:"type,omitempty"`
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user