Skip to content

Commit

Permalink
MergedContentData
Browse files Browse the repository at this point in the history
  • Loading branch information
rucsi committed Apr 9, 2024
1 parent ed78834 commit 2e8c042
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/content/schema.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"`
Expand Down

0 comments on commit 2e8c042

Please sign in to comment.