Skip to content

Commit 7ad6cee

Browse files
authored
Added sample.json
1 parent 8476e2b commit 7ad6cee

File tree

1 file changed

+57
-0
lines changed

1 file changed

+57
-0
lines changed
Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
[
2+
{
3+
"$schema": "https://developer.microsoft.com/en-us/json-schemas/pnp/samples/v1.0/metadata-schema.json",
4+
"name": "pnp-powerplatform-snippets-activity-feed",
5+
"version": "1.0.0.0",
6+
"source": "pnp",
7+
"creationDateTime": "2025-11-25T00:00:00.000Z",
8+
"updateDateTime": "2025-11-25T00:00:00.000Z",
9+
"title": "Activity Feed",
10+
"shortDescription": "This snippet provides a real-time activity feed to display user actions and updates in a collaborative environment.",
11+
"longDescription": [
12+
"This snippet enables a dynamic activity feed that displays recent activities such as posts, comments, status updates, and attachments. It helps keep users informed and engaged with real-time collaboration."
13+
],
14+
"url": "https://github.com/pnp/powerplatform-snippets/tree/main/power-apps/activity-feed/",
15+
"products": [
16+
"Power Platform",
17+
"Power Apps",
18+
"powerplatform-snippets",
19+
"power-apps-snippets"
20+
],
21+
"tags": [
22+
"activity",
23+
"feed",
24+
"collaboration",
25+
"real-time"
26+
],
27+
"categories": [
28+
"User Interface",
29+
"Collaboration"
30+
],
31+
"metadata": [
32+
{
33+
"key": "Product",
34+
"value": "Power Apps"
35+
},
36+
{
37+
"key": "Type",
38+
"value": "Snippet"
39+
}
40+
],
41+
"thumbnails": [
42+
{
43+
"type": "image",
44+
"order": 100,
45+
"url": "https://raw.githubusercontent.com/pnp/powerplatform-snippets/main/power-apps/activity-feed/assets/activityfeed.jpg",
46+
"alt": "Activity Feed Preview"
47+
}
48+
],
49+
"authors": [
50+
{
51+
"gitHubAccount": "summitbaj",
52+
"name": "Summit Bajracharya",
53+
"pictureUrl": "https://github.com/summitbaj.png"
54+
}
55+
]
56+
}
57+
]

0 commit comments

Comments
 (0)