@@ -11,6 +11,9 @@ import "time"
11
11
// "Deprecated": false,
12
12
// "Namespace": "official",
13
13
// "Name": "newdogu",
14
+ // "Version": "1.7.8-1",
15
+ // "PublishedAt": "2024-10-16T07:49:34.738Z",
16
+ // "Category": "solution",
14
17
// "DisplayName": "My New Dogu",
15
18
// "Provider": [
16
19
// {
@@ -22,14 +25,6 @@ import "time"
22
25
// }
23
26
// }
24
27
// ],
25
- // "Logo": {
26
- // "ID": "34393ef9-a96d-4d1d-823e-0c17b10b762d",
27
- // "Title": "Dogu icon"
28
- // },
29
- // "BackgroundImage": {
30
- // "ID": "18a5dc18-c202-40b2-9ee0-7f917ad82406",
31
- // "Title": "Screenshot of the main page of the new dogu"
32
- // },
33
28
// "Descriptions": [
34
29
// {
35
30
// "Description": "Ein neues Dogu",
@@ -97,6 +92,13 @@ type MarketingDogu struct {
97
92
// - 2019-05-03T13:31:48.612Z
98
93
//
99
94
PublishedAt time.Time
95
+ // Category is the category of the dogu which can be used to group dogus.
96
+ //
97
+ // Examples:
98
+ // - system
99
+ // - solution
100
+ //
101
+ Category string
100
102
// DisplayName is the name of the dogu which is used in UI frontends to represent the dogu.
101
103
//
102
104
// Examples:
@@ -119,24 +121,6 @@ type MarketingDogu struct {
119
121
// }]
120
122
//
121
123
Provider []Provider
122
- // Logo contains information about the logo or icon of the dogu.
123
- //
124
- // Example:
125
- // {
126
- // "ID": "34393ef9-a96d-4d1d-823e-0c17b10b762d",
127
- // "Title": "Dogu Logo"
128
- // }
129
- //
130
- Logo Image
131
- // BackgroundImage contains information about the background image of the dogu.
132
- //
133
- // Example:
134
- // {
135
- // "ID": "18a5dc18-c202-40b2-9ee0-7f917ad82406",
136
- // "Title": "Screenshot of the main page of the new dogu"
137
- // }
138
- //
139
- BackgroundImage Image
140
124
// Descriptions contains a short explanation, what the dogu does in different languages.
141
125
//
142
126
// Example:
0 commit comments