|
10 | 10 | "id": "s1a2b3c4-d5e6-f789-0123-456789abcdef",
|
11 | 11 | "name": "Very Good Ventures Blog",
|
12 | 12 | "url": "https://vgv.dev/blog",
|
13 |
| - "type": "blog" |
| 13 | + "type": "blog", |
| 14 | + "action": { |
| 15 | + "type": "open_internal_content", |
| 16 | + "content_id": "s1a2b3c4-d5e6-f789-0123-456789abcdef", |
| 17 | + "content_type": "source" |
| 18 | + } |
14 | 19 | },
|
15 | 20 | "category": {
|
16 | 21 | "id": "c1a2b3c4-d5e6-f789-0123-456789abcdef",
|
17 | 22 | "name": "Technology",
|
18 |
| - "description": "News about software development and frameworks." |
| 23 | + "description": "News about software development and frameworks.", |
| 24 | + "action": { |
| 25 | + "type": "open_internal_content", |
| 26 | + "content_id": "c1a2b3c4-d5e6-f789-0123-456789abcdef", |
| 27 | + "content_type": "category" |
| 28 | + } |
19 | 29 | },
|
20 | 30 | "action": {
|
21 | 31 | "type": "open_internal_content",
|
|
34 | 44 | "id": "s2b3c4d5-e6f7-a890-1234-567890abcdef",
|
35 | 45 | "name": "Flutter Dev",
|
36 | 46 | "url": "https://flutter.dev",
|
37 |
| - "type": "specializedPublisher" |
| 47 | + "type": "specializedPublisher", |
| 48 | + "action": { |
| 49 | + "type": "open_internal_content", |
| 50 | + "content_id": "s2b3c4d5-e6f7-a890-1234-567890abcdef", |
| 51 | + "content_type": "source" |
| 52 | + } |
38 | 53 | },
|
39 | 54 | "category": {
|
40 | 55 | "id": "c2b3c4d5-e6f7-a890-1234-567890abcdef",
|
41 | 56 | "name": "Mobile Development",
|
42 |
| - "description": "Articles related to mobile app development." |
| 57 | + "description": "Articles related to mobile app development.", |
| 58 | + "action": { |
| 59 | + "type": "open_internal_content", |
| 60 | + "content_id": "c2b3c4d5-e6f7-a890-1234-567890abcdef", |
| 61 | + "content_type": "category" |
| 62 | + } |
43 | 63 | },
|
44 | 64 | "action": {
|
45 | 65 | "type": "open_internal_content",
|
|
0 commit comments