Skip to content

Commit

Permalink
Updated sample json
Browse files Browse the repository at this point in the history
  • Loading branch information
Laskewitz committed May 8, 2024
1 parent b46bd39 commit 6ba48f1
Showing 1 changed file with 83 additions and 83 deletions.
166 changes: 83 additions & 83 deletions samples/accessibility-color-contrast-checker/assets/sample.json
Original file line number Diff line number Diff line change
@@ -1,84 +1,84 @@
[
{
"$schema": "https://developer.microsoft.com/en-us/json-schemas/pnp/samples/v1.0/metadata-schema.json",
"name": "pnp-powerapps-samples-accessibility-color-contrast-checker",
"version": "1.0.0.0",
"source": "pnp",
"creationDateTime": "2021-05-05T00:00:00.000Z",
"updateDateTime": "2021-05-05T00:00:00.000Z",
"title": "Color Contrast Ratio Checker",
"shortDescription": "an app that allows maker to choose colors that fulfill WCAG 2.1 standard for color contrast ratio to improve accessibility",
"longDescription": [
"an app that allows maker to choose colors that fulfill WCAG 2.1 standard for color contrast ratio to improve accessibility"
],
"url": "https://github.com/pnp/powerapps-samples/tree/main/samples/accessibility-color-contrast-checker",
"products": [
"Power Apps",
"Power Platform"
],
"tags": [
"ACCESSIBILITY", "CANVAS"
],
"categories": [
"POWERAPPS"
],
"metadata": [
{
"key": "POWERAPPS-MANIFEST-VERSION",
"value": "0.20"
},
{
"key": "POWERAPPS-TYPE",
"value": "Canvas"
},
{
"key": "POWERAPPS-EXPERIMENTAL",
"value": "No"
},
{
"key": "POWERAPPS-PREMIUM",
"value": "No"
},
{
"key": "POWERAPPS-ONPREM",
"value": "No"
},
{
"key": "POWERAPPS-CUSTOMCONNECTOR",
"value": "No"
}
],
"thumbnails": [
{
"type": "image",
"order": 100,
"url": "https://raw.githubusercontent.com/pnp/powerapps-samples/main/samples/accessibility-color-contrast-checker/assets/colorcontrastratiochecker11.png",
"alt": "Preview"
}
],
"authors": [
{
"gitHubAccount": "LuiseFreese",
"name": "Luise Freese",
"pictureUrl": "https://github.com/LuiseFreese.png"
}
],
"references": [
{
"name": "Create a component for canvas apps",
"description": "Components are reusable building blocks for canvas apps so that app makers can create custom controls to use inside an app, or across apps using a component library",
"url": "https://docs.microsoft.com/powerapps/maker/canvas-apps/"
},
{
"name": "Overview of creating apps in Power Apps",
"description": "Power Apps is a high-productivity development platform for business apps.",
"url": "https://docs.microsoft.com/powerapps/maker/"
},
{
"name": "Power Apps canvas apps documentation",
"description": "Design and build a business app from a canvas in Microsoft Power Apps with data from a variety of sources without writing any code using traditional programming languages, such as C#.",
"url": "https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/"
}
]
}
]
{
"$schema": "https://developer.microsoft.com/en-us/json-schemas/pnp/samples/v1.0/metadata-schema.json",
"name": "pnp-powerplatform-samples-accessibility-color-contrast-checker",
"version": "1.0.0.0",
"source": "pnp",
"creationDateTime": "2021-05-05T00:00:00.000Z",
"updateDateTime": "2021-05-05T00:00:00.000Z",
"title": "Color Contrast Ratio Checker",
"shortDescription": "an app that allows maker to choose colors that fulfill WCAG 2.1 standard for color contrast ratio to improve accessibility",
"longDescription": [
"an app that allows maker to choose colors that fulfill WCAG 2.1 standard for color contrast ratio to improve accessibility"
],
"url": "https://github.com/pnp/powerplatform-samples/tree/main/samples/accessibility-color-contrast-checker",
"products": [
"Power Apps",
"Power Platform"
],
"tags": [
"ACCESSIBILITY", "CANVAS"
],
"categories": [
"POWERAPPS"
],
"metadata": [
{
"key": "POWERAPPS-MANIFEST-VERSION",
"value": "0.20"
},
{
"key": "POWERAPPS-TYPE",
"value": "Canvas"
},
{
"key": "POWERAPPS-EXPERIMENTAL",
"value": "No"
},
{
"key": "POWERAPPS-PREMIUM",
"value": "No"
},
{
"key": "POWERAPPS-ONPREM",
"value": "No"
},
{
"key": "POWERAPPS-CUSTOMCONNECTOR",
"value": "No"
}
],
"thumbnails": [
{
"type": "image",
"order": 100,
"url": "https://raw.githubusercontent.com/pnp/powerplatform-samples/main/samples/accessibility-color-contrast-checker/assets/colorcontrastratiochecker11.png",
"alt": "Preview"
}
],
"authors": [
{
"gitHubAccount": "LuiseFreese",
"name": "Luise Freese",
"pictureUrl": "https://github.com/LuiseFreese.png"
}
],
"references": [
{
"name": "Create a component for canvas apps",
"description": "Components are reusable building blocks for canvas apps so that app makers can create custom controls to use inside an app, or across apps using a component library",
"url": "https://docs.microsoft.com/powerapps/maker/canvas-apps/"
},
{
"name": "Overview of creating apps in Power Apps",
"description": "Power Apps is a high-productivity development platform for business apps.",
"url": "https://docs.microsoft.com/powerapps/maker/"
},
{
"name": "Power Apps canvas apps documentation",
"description": "Design and build a business app from a canvas in Microsoft Power Apps with data from a variety of sources without writing any code using traditional programming languages, such as C#.",
"url": "https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/"
}
]
}
]

0 comments on commit 6ba48f1

Please sign in to comment.