@@ -34,6 +34,9 @@ properties:
34
34
- <HOST>/<PREFIX>/<VERSION>/config/document.yaml
35
35
- <HOST>/<PREFIX>/<VERSION>/bundled/config/document.yaml
36
36
- <HOST>/<PREFIX>/<VERSION>/bundled/config/document.vscode.yaml
37
+ - <HOST>/<PREFIX>/2023/10/config/document.yaml
38
+ - <HOST>/<PREFIX>/2023/10/bundled/config/document.yaml
39
+ - <HOST>/<PREFIX>/2023/10/bundled/config/document.vscode.yaml
37
40
- <HOST>/<PREFIX>/2023/08/config/document.yaml
38
41
- <HOST>/<PREFIX>/2023/08/bundled/config/document.yaml
39
42
- <HOST>/<PREFIX>/2023/08/bundled/config/document.vscode.yaml
@@ -113,6 +116,51 @@ properties:
113
116
> This schema uses keywords that are only recognized by VS Code. While DSC can still
114
117
> validate the document when it uses this schema, other tools may error or behave in
115
118
> unexpected ways.
119
+ - | # <HOST>/<PREFIX>/2023/10/config/document.yaml
120
+ <!-- force a line break -->
121
+
122
+ > #### `2023/10` non-bundled
123
+ >
124
+ > Indicates that the configuration document adheres to the `2023/10` schema. This version
125
+ > is deprecated, and should only be used for compatibility with `alpha.5` and earlier.
126
+ > Migrate to using the `<VERSION>` of the schema
127
+ >
128
+ > This URL points to the canonical non-bundled schema. When it's used for validation, the
129
+ > validating client needs to retrieve this schema and every schema it references.
130
+
131
+ - | # <HOST>/<PREFIX>/2023/10/bundled/config/document.yaml
132
+ <!-- force a line break -->
133
+
134
+ > #### `2023/10` bundled
135
+ >
136
+ > Indicates that the configuration document adheres to the `2023/10` schema. This version
137
+ > is deprecated, and should only be used for compatibility with `alpha.5` and earlier.
138
+ > Migrate to using the `<VERSION>` of the schema
139
+ >
140
+ > This URL points to the bundled schema. When it's used for validation, the validating
141
+ > client only needs to retrieve this schema.
142
+ >
143
+ > This schema uses the bundling model introduced for JSON Schema 2020-12. While DSC can
144
+ > still validate the document when it uses this schema, other tools may error or behave
145
+ > in unexpected ways.
146
+ - | # <HOST>/<PREFIX>/2023/10/bundled/config/document.vscode.yaml
147
+ <!-- force a line break -->
148
+
149
+ > #### `2023/10` enhanced authoring
150
+ >
151
+ > Indicates that the configuration document adheres to the `2023/10` schema. This version
152
+ > is deprecated, and should only be used for compatibility with `alpha.5` and earlier.
153
+ > Migrate to using the `<VERSION>` of the schema
154
+ >
155
+ > This URL points to the enhanced authoring schema. This schema is much larger than the
156
+ > other schemas, as it includes additional definitions that provide contextual help and
157
+ > snippets that the others don't include.
158
+ >
159
+ > This schema uses keywords that are only recognized by VS Code. While DSC can still
160
+ > validate the document when it uses this schema, other tools may error or behave in
161
+ > unexpected ways.
162
+
163
+ # Old Schema
116
164
- | # <HOST>/<PREFIX>/2023/08/config/document.yaml
117
165
<!-- force a line break -->
118
166
@@ -130,9 +178,12 @@ properties:
130
178
131
179
> #### `2023/08` bundled
132
180
>
133
- > Indicates that the configuration document adheres to the `2023/08` schema. This URL
134
- > points to the bundled schema. When it's used for validation, the validating client
135
- > only needs to retrieve this schema.
181
+ > Indicates that the configuration document adheres to the `2023/08` schema. This version
182
+ > is deprecated, and should only be used for compatibility with `alpha.3` and earlier.
183
+ > Migrate to using the `<VERSION>` of the schema
184
+ >
185
+ > This URL points to the bundled schema. When it's used for validation, the validating
186
+ > client only needs to retrieve this schema.
136
187
>
137
188
> This schema uses the bundling model introduced for JSON Schema 2020-12. While DSC can
138
189
> still validate the document when it uses this schema, other tools may error or behave
@@ -142,9 +193,12 @@ properties:
142
193
143
194
> #### `2023/08` enhanced authoring
144
195
>
145
- > Indicates that the configuration document adheres to the `2023/08` schema. This URL
146
- > points to the enhanced authoring schema. This schema is much larger than the other
147
- > schemas, as it includes additional definitions that provide contextual help and
196
+ > Indicates that the configuration document adheres to the `2023/08` schema. This version
197
+ > is deprecated, and should only be used for compatibility with `alpha.3` and earlier.
198
+ > Migrate to using the `<VERSION>` of the schema
199
+ >
200
+ > This URL points to the enhanced authoring schema. This schema is much larger than the
201
+ > other schemas, as it includes additional definitions that provide contextual help and
148
202
> snippets that the others don't include.
149
203
>
150
204
> This schema uses keywords that are only recognized by VS Code. While DSC can still
0 commit comments