Skip to content

Commit 3f54ff1

Browse files
nanddeepnVesaJuvonen
authored andcommitted
Removed semicolon at the end of JSON (SharePoint#5102)
In the Site design JSON schema, removed semicolon at the end of JSON
1 parent 35fff2e commit 3f54ff1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/declarative-customization/site-design-json-schema.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The overall JSON structure is specified as follows:
2121
],
2222
"bindata": { },
2323
"version": 1
24-
};
24+
}
2525
```
2626

2727
You can view - and reference - the latest schema here: https://developer.microsoft.com/json-schemas/sp/site-design-script-actions.schema.json

0 commit comments

Comments
 (0)