Skip to content

Commit 059227c

Browse files
Merge pull request SharePoint#10021 from diabhoil/patch-1
SharePoint site scripts - Invalid properties in json examples
2 parents fe12531 + 08e3464 commit 059227c

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Site template JSON schema
33
description: JSON schema reference for building site templates for SharePoint.
4-
ms.date: 09/23/2022
4+
ms.date: 11/18/2024
55
ms.localizationpriority: high
66
---
77

@@ -18,9 +18,7 @@ The overall JSON structure is specified as follows:
1818
...
1919
<one or more verb actions>
2020
...
21-
],
22-
"bindata": { },
23-
"version": 1
21+
]
2422
}
2523
```
2624

docs/declarative-customization/site-design-overview.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: SharePoint site template and site script overview
33
description: Use SharePoint site scripts and site templates to provide custom configurations to apply when new sites are created.
4-
ms.date: 06/28/2022
4+
ms.date: 11/18/2024
55
ms.localizationpriority: high
66
---
77

@@ -102,8 +102,7 @@ The following example is a script that has two top-level actions. First, it appl
102102
}
103103
]
104104
}
105-
],
106-
"version": 1
105+
]
107106
}
108107
```
109108

0 commit comments

Comments
 (0)