Fixed sample schema

This commit is contained in:
Hugo Bernier 2022-12-30 22:44:32 -05:00
parent 5b2e546d9d
commit 678d638ded
4 changed files with 77 additions and 71 deletions

View File

@ -1,6 +1,6 @@
[
{
"name": "pnp-sp-dev-spfx-webparts-react-associated-sites-links",
"name": "pnp-sp-dev-spfx-web-parts-react-associated-sites-links",
"source": "pnp",
"title": "Associated Sites Links",
"url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-associated-sites-links",
@ -39,6 +39,12 @@
"name": "Ari Gunawan"
}
],
"references": []
"references": [
{
"name": "Build your first SharePoint client-side web part",
"description": "Client-side web parts are client-side components that run in the context of a SharePoint page. Client-side web parts can be deployed to SharePoint environments that support the SharePoint Framework. You can also use modern JavaScript web frameworks, tools, and libraries to build them.",
"url": "https://learn.microsoft.com/sharepoint/dev/spfx/web-parts/get-started/build-a-hello-world-web-part"
}
]
}
]

View File

@ -1,13 +1,13 @@
[
{
"name": "pnp-sp-dev-fx-webparts-react-flighttracker",
"name": "pnp-sp-dev-spfx-web-parts-react-flighttracker",
"source": "pnp",
"title": "Flight Tracker",
"shortDescription": "Sample Web Part to track all flights from a selected airport, date and information type.",
"url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-flighttracker",
"longDescription": [
"This Web Part allows to track all flights from a selected airport, date and information type.",
"The SPFx use external API (<a href='https://aerodatabox.p.rapidapi.com/flights/number/'>https://aerodatabox.p.rapidapi.com/flights/number/</a>) to get data of flight, please see <a href='https://rapidapi.com/aedbx-aedbx/api/aerodatabox/'>https://rapidapi.com/aedbx-aedbx/api/aerodatabox/</a> to get more information. There is some restritions on this API, the number of requests is limited (free version)"
"The SPFx use external API to get data of flight. There are some restritions on this API, the number of requests is limited (free version)"
],
"creationDateTime": "2022-11-14",
"updateDateTime": "2022-11-14",

View File

@ -1,6 +1,6 @@
[
{
"name": "pnp-sp-dev-fx-webparts-react-kiota-custom-api-client",
"name": "pnp-sp-dev-spfx-web-parts-react-kiota-custom-api-client",
"source": "pnp",
"title": "React Kiota Custom API Client",
"shortDescription": "Using Kiota to generate a client to your AzureAd API and use it from a SPFx webpart.",

View File

@ -1,6 +1,6 @@
[
{
"name": "pnp-sp-dev-fx-webparts-react-rhythm-of-business-calendar",
"name": "pnp-sp-dev-spfx-web-parts-react-rhythm-of-business-calendar",
"source": "pnp",
"title": "Rhythm of Business Calendar",
"shortDescription": "This sample is the source code for the Rhythm of Business Calendar app and is intended to demonstrate patterns and practices for building enterprise apps on the SharePoint platform.",