Skip to content

Commit

Permalink
fixing sample validation errors
Browse files Browse the repository at this point in the history
  • Loading branch information
dcashpeterson committed Mar 11, 2024
1 parent 6f9fe22 commit 5aa7d1e
Show file tree
Hide file tree
Showing 3 changed files with 60 additions and 51 deletions.
2 changes: 1 addition & 1 deletion samples/GenericCard-Graph-UserManager/assets/sample.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[
{
"name": "user-manager",
"name": "pnp-sp-fx-aces-user-manager",
"source": "pnp",
"title": "User Manager ACE",
"shortDescription": "This Adaptive Card Extension (ACE) shows the manager of the currently logged in user.",
Expand Down
105 changes: 57 additions & 48 deletions samples/PrimaryTextCard-StockBitcoinFeed/assets/sample.json
Original file line number Diff line number Diff line change
@@ -1,49 +1,58 @@
[{
"name": "pnp-PrimaryTextCard-StockBitcoinFeed",
"source": "pnp",
"title": "Price updates on stocks, rex and crypto",
"shortDescription": "Display the last price udpates of US stocks, forex and crypto with the help of finnhub APIs.",
"url": "https://github.com/pnp/sp-dev-fx-aces/tree/main/samples/PrimaryTextCard-StockBitcoinFeed",
"longDescription": [
"Adaptive card extension to display the last price udpates of US stocks, forex and crypto with the help of finnhub APIs."
],
"creationDateTime": "2022-09-11",
"updateDateTime": "2022-09-11",
"products": [
"SharePoint",
"Viva"
],
"metadata": [{
"key": "CLIENT-SIDE-DEV",
"value": "React"
},
{
"key": "SPFX-VERSION",
"value": "1.15.2"
}
],
"thumbnails": [{
"type": "image",
"order": 100,
"url": "https://raw.githubusercontent.com/pnp/sp-dev-fx-aces/main/samples/PrimaryTextCard-StockBitcoinFeed/assets/stock-bitcoin-feed.gif",
"alt": "Demo on the ACE experience"
},
[
{
"type": "image",
"order": 200,
"url": "https://raw.githubusercontent.com/pnp/sp-dev-fx-aces/main/samples/PrimaryTextCard-StockBitcoinFeed/assets/stock-bitcoin-configuration.jpeg",
"alt": "Configuration options"
}],
"authors": [{
"gitHubAccount": "kunj-sangani",
"company": "Cognizant",
"pictureUrl": "https://avatars.githubusercontent.com/u/25693207?v=4",
"name": "Kunj Balkrishna Sangani",
"twitter": "sanganikunj"
}],
"references": [{
"name": "Viva Connections Extensibility guidance",
"description": "Adaptive Card Extensions are client-side components that run in the context of a SharePoint page.",
"url": "https://aka.ms/viva/connections/extensibility"
}]
}]
"name": "pnp-sp-fx-aces-StockBitcoinFeed",
"source": "pnp",
"title": "Price updates on stocks, rex and crypto",
"shortDescription": "Display the last price udpates of US stocks, forex and crypto with the help of finnhub APIs.",
"url": "https://github.com/pnp/sp-dev-fx-aces/tree/main/samples/PrimaryTextCard-StockBitcoinFeed",
"longDescription": [
"Adaptive card extension to display the last price udpates of US stocks, forex and crypto with the help of finnhub APIs."
],
"creationDateTime": "2022-09-11",
"updateDateTime": "2022-09-11",
"products": [
"SharePoint",
"Viva"
],
"metadata": [
{
"key": "CLIENT-SIDE-DEV",
"value": "React"
},
{
"key": "SPFX-VERSION",
"value": "1.15.2"
}
],
"thumbnails": [
{
"type": "image",
"order": 100,
"url": "https://raw.githubusercontent.com/pnp/sp-dev-fx-aces/main/samples/PrimaryTextCard-StockBitcoinFeed/assets/stock-bitcoin-feed.gif",
"alt": "Demo on the ACE experience"
},
{
"type": "image",
"order": 200,
"url": "https://raw.githubusercontent.com/pnp/sp-dev-fx-aces/main/samples/PrimaryTextCard-StockBitcoinFeed/assets/stock-bitcoin-configuration.jpeg",
"alt": "Configuration options"
}
],
"authors": [
{
"gitHubAccount": "kunj-sangani",
"company": "Cognizant",
"pictureUrl": "https://avatars.githubusercontent.com/u/25693207?v=4",
"name": "Kunj Balkrishna Sangani",
"twitter": "sanganikunj"
}
],
"references": [
{
"name": "Viva Connections Extensibility guidance",
"description": "Adaptive Card Extensions are client-side components that run in the context of a SharePoint page.",
"url": "https://aka.ms/viva/connections/extensibility"
}
]
}
]
4 changes: 2 additions & 2 deletions scenarios/ace-data-api-builder/assets/sample.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[
{
"name": "pnp-sp-dev-fx-aces-scenarios-ace-data-api-builder",
"name": "pnp-sp-fx-aces-scenarios-ace-data-api-builder",
"source": "pnp",
"title": "Exposing business data in Microsoft 365 using Azure Data API builder",
"shortDescription": "This is a sample application that shows you how to expose business data in Microsoft Viva Connections consuming a back-end API implemented with the preview version of Azure Data API builder.",
Expand Down Expand Up @@ -94,4 +94,4 @@
}
]
}
]
]

0 comments on commit 5aa7d1e

Please sign in to comment.