type Spec struct {
Display *common.Display `json:"display,omitempty" yaml:"display,omitempty"`
Default bool `json:"default" yaml:"default"`
// Plugin will contain the datasource configuration.// The data typed is available in Cue.
Plugin common.Plugin `json:"plugin" yaml:"plugin"`
}