diff --git a/pkg/content/schema.go b/pkg/content/schema.go index 85d3b5c..17d721c 100644 --- a/pkg/content/schema.go +++ b/pkg/content/schema.go @@ -97,8 +97,6 @@ type ContentData struct { type MergedContentData struct { ID string `json:"id,omitempty"` - Name string `json:"name,omitempty"` - Type string `json:"type,omitempty"` Fields map[string]map[string]interface{} `json:"fields,omitempty"` CreatedAt *time.Time `json:"createdAt,omitempty"` CreatedBy string `json:"createdBy,omitempty"`