@@ -43,6 +43,9 @@ properties:
43
43
- https://raw.githubusercontent.com/PowerShell/DSC/main/schemas/v3.0.1/config/document.json
44
44
- https://raw.githubusercontent.com/PowerShell/DSC/main/schemas/v3.0.1/bundled/config/document.json
45
45
- https://raw.githubusercontent.com/PowerShell/DSC/main/schemas/v3.0.1/bundled/config/document.vscode.json
46
+ - https://raw.githubusercontent.com/PowerShell/DSC/main/schemas/v3.0.2/config/document.json
47
+ - https://raw.githubusercontent.com/PowerShell/DSC/main/schemas/v3.0.2/bundled/config/document.json
48
+ - https://raw.githubusercontent.com/PowerShell/DSC/main/schemas/v3.0.2/bundled/config/document.vscode.json
46
49
- https://aka.ms/dsc/schemas/v3/config/document.json
47
50
- https://aka.ms/dsc/schemas/v3/bundled/config/document.json
48
51
- https://aka.ms/dsc/schemas/v3/bundled/config/document.vscode.json
@@ -55,6 +58,9 @@ properties:
55
58
- https://aka.ms/dsc/schemas/v3.0.1/config/document.json
56
59
- https://aka.ms/dsc/schemas/v3.0.1/bundled/config/document.json
57
60
- https://aka.ms/dsc/schemas/v3.0.1/bundled/config/document.vscode.json
61
+ - https://aka.ms/dsc/schemas/v3.0.2/config/document.json
62
+ - https://aka.ms/dsc/schemas/v3.0.2/bundled/config/document.json
63
+ - https://aka.ms/dsc/schemas/v3.0.2/bundled/config/document.vscode.json
58
64
# VS Code only:
59
65
markdownDescription : |
60
66
***
@@ -299,6 +305,54 @@ properties:
299
305
> semantic version folder, like `v3.0.1`, you're pinning to schemas that won't change.
300
306
> However, to take advantage of any improvements or fixes to the schemas, you need to
301
307
> update the URI with each release.
308
+ - | # https://raw.githubusercontent.com/PowerShell/DSC/main/schemas/v3.0.2/config/document.yaml
309
+ <!-- force a line break -->
310
+
311
+ > #### `v3.0.2` non-bundled, canonical URI
312
+ >
313
+ > Indicates that the configuration document adheres to the `v3.0.2` schema. This URL
314
+ > points to the canonical non-bundled schema. When it's used for validation, the
315
+ > validating client needs to retrieve this schema and every schema it references.
316
+ >
317
+ > This URI is for the schemas in a full semantic version folder. If you pin to a full
318
+ > semantic version folder, like `v3.0.2`, you're pinning to schemas that won't change.
319
+ > However, to take advantage of any improvements or fixes to the schemas, you need to
320
+ > update the URI with each release.
321
+ - | # https://raw.githubusercontent.com/PowerShell/DSC/main/schemas/v3.0.2/bundled/config/document.yaml
322
+ <!-- force a line break -->
323
+
324
+ > #### `v3.0.2` bundled, canonical URI
325
+ >
326
+ > Indicates that the configuration document adheres to the `v3.0.2` schema. This URL
327
+ > points to the bundled schema. When it's used for validation, the validating client
328
+ > only needs to retrieve this schema.
329
+ >
330
+ > This schema uses the bundling model introduced for JSON Schema 2020-12. While DSC can
331
+ > still validate the document when it uses this schema, other tools may error or behave
332
+ > in unexpected ways.
333
+ >
334
+ > This URI is for the schemas in a full semantic version folder. If you pin to a full
335
+ > semantic version folder, like `v3.0.2`, you're pinning to schemas that won't change.
336
+ > However, to take advantage of any improvements or fixes to the schemas, you need to
337
+ > update the URI with each release.
338
+ - | # https://raw.githubusercontent.com/PowerShell/DSC/main/schemas/v3.0.2/bundled/config/document.vscode.yaml
339
+ <!-- force a line break -->
340
+
341
+ > #### `v3.0.2` enhanced authoring, canonical URI
342
+ >
343
+ > Indicates that the configuration document adheres to the `v3.0.2` schema. This URL
344
+ > points to the enhanced authoring schema. This schema is much larger than the other
345
+ > schemas, as it includes additional definitions that provide contextual help and
346
+ > snippets that the others don't include.
347
+ >
348
+ > This schema uses keywords that are only recognized by VS Code. While DSC can still
349
+ > validate the document when it uses this schema, other tools may error or behave in
350
+ > unexpected ways.
351
+ >
352
+ > This URI is for the schemas in a full semantic version folder. If you pin to a full
353
+ > semantic version folder, like `v3.0.2`, you're pinning to schemas that won't change.
354
+ > However, to take advantage of any improvements or fixes to the schemas, you need to
355
+ > update the URI with each release.
302
356
- | # https://aka.ms/dsc/schemas/v3/config/document.yaml
303
357
<!-- force a line break -->
304
358
@@ -491,6 +545,54 @@ properties:
491
545
> semantic version folder, like `v3.0.1`, you're pinning to schemas that won't change.
492
546
> However, to take advantage of any improvements or fixes to the schemas, you need to
493
547
> update the URI with each release.
548
+ - | # https://aka.ms/dsc/schemas/v3.0.2/config/document.yaml
549
+ <!-- force a line break -->
550
+
551
+ > #### `v3.0.2` non-bundled, short URI
552
+ >
553
+ > Indicates that the configuration document adheres to the `v3.0.2` schema. This URL
554
+ > points to the canonical non-bundled schema. When it's used for validation, the
555
+ > validating client needs to retrieve this schema and every schema it references.
556
+ >
557
+ > This URI is for the schemas in a full semantic version folder. If you pin to a full
558
+ > semantic version folder, like `v3.0.2`, you're pinning to schemas that won't change.
559
+ > However, to take advantage of any improvements or fixes to the schemas, you need to
560
+ > update the URI with each release.
561
+ - | # https://aka.ms/dsc/schemas/v3.0.2/bundled/config/document.yaml
562
+ <!-- force a line break -->
563
+
564
+ > #### `v3.0.2` bundled, short URI
565
+ >
566
+ > Indicates that the configuration document adheres to the `v3.0.2` schema. This URL
567
+ > points to the bundled schema. When it's used for validation, the validating client
568
+ > only needs to retrieve this schema.
569
+ >
570
+ > This schema uses the bundling model introduced for JSON Schema 2020-12. While DSC can
571
+ > still validate the document when it uses this schema, other tools may error or behave
572
+ > in unexpected ways.
573
+ >
574
+ > This URI is for the schemas in a full semantic version folder. If you pin to a full
575
+ > semantic version folder, like `v3.0.2`, you're pinning to schemas that won't change.
576
+ > However, to take advantage of any improvements or fixes to the schemas, you need to
577
+ > update the URI with each release.
578
+ - | # https://aka.ms/dsc/schemas/v3.0.2/bundled/config/document.vscode.yaml
579
+ <!-- force a line break -->
580
+
581
+ > #### `v3.0.2` enhanced authoring, short URI
582
+ >
583
+ > Indicates that the configuration document adheres to the `v3.0.2` schema. This URL
584
+ > points to the enhanced authoring schema. This schema is much larger than the other
585
+ > schemas, as it includes additional definitions that provide contextual help and
586
+ > snippets that the others don't include.
587
+ >
588
+ > This schema uses keywords that are only recognized by VS Code. While DSC can still
589
+ > validate the document when it uses this schema, other tools may error or behave in
590
+ > unexpected ways.
591
+ >
592
+ > This URI is for the schemas in a full semantic version folder. If you pin to a full
593
+ > semantic version folder, like `v3.0.2`, you're pinning to schemas that won't change.
594
+ > However, to take advantage of any improvements or fixes to the schemas, you need to
595
+ > update the URI with each release.
494
596
parameters :
495
597
title : DSC configuration document parameters
496
598
description : >-
0 commit comments