Skip to content

Commit b1f0086

Browse files
Update validate-web-part-property-values.md
Updated the $schema in the package-solution that should be matched with the latest Yeoman generator.
1 parent 4f15806 commit b1f0086

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/spfx/web-parts/guidance/validate-web-part-property-values.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ In this step, you implement validation logic that checks if the list with the na
158158

159159
```json
160160
{
161-
"$schema": "https://dev.office.com/json-schemas/spfx/client-side-web-part-manifest.schema.json",
161+
"$schema": "https://developer.microsoft.com/json-schemas/spfx/client-side-web-part-manifest.schema.json",
162162
"id": "1ec8f92d-ea55-4584-bf50-bac435c916bf",
163163
"alias": "ListInfoWebPart",
164164
"componentType": "WebPart",

0 commit comments

Comments
 (0)