@@ -210,6 +210,9 @@ properties:
210
210
- https://raw.githubusercontent.com/PowerShell/DSC/main/schemas/v3.0.0/resource/manifest.json
211
211
- https://raw.githubusercontent.com/PowerShell/DSC/main/schemas/v3.0.0/bundled/resource/manifest.json
212
212
- https://raw.githubusercontent.com/PowerShell/DSC/main/schemas/v3.0.0/bundled/resource/manifest.vscode.json
213
+ - https://raw.githubusercontent.com/PowerShell/DSC/main/schemas/v3.0.1/resource/manifest.json
214
+ - https://raw.githubusercontent.com/PowerShell/DSC/main/schemas/v3.0.1/bundled/resource/manifest.json
215
+ - https://raw.githubusercontent.com/PowerShell/DSC/main/schemas/v3.0.1/bundled/resource/manifest.vscode.json
213
216
- https://aka.ms/dsc/schemas/v3/resource/manifest.json
214
217
- https://aka.ms/dsc/schemas/v3/bundled/resource/manifest.json
215
218
- https://aka.ms/dsc/schemas/v3/bundled/resource/manifest.vscode.json
@@ -219,6 +222,9 @@ properties:
219
222
- https://aka.ms/dsc/schemas/v3.0.0/resource/manifest.json
220
223
- https://aka.ms/dsc/schemas/v3.0.0/bundled/resource/manifest.json
221
224
- https://aka.ms/dsc/schemas/v3.0.0/bundled/resource/manifest.vscode.json
225
+ - https://aka.ms/dsc/schemas/v3.0.1/resource/manifest.json
226
+ - https://aka.ms/dsc/schemas/v3.0.1/bundled/resource/manifest.json
227
+ - https://aka.ms/dsc/schemas/v3.0.1/bundled/resource/manifest.vscode.json
222
228
# VS Code Only
223
229
markdownDescription : |
224
230
***
@@ -402,7 +408,6 @@ properties:
402
408
403
409
> #### `v3.0.0` enhanced authoring, canonical URI
404
410
>
405
-
406
411
> Indicates that the resource manifest adheres to the `v3.0.0` schema. This URL points to
407
412
> the enhanced authoring schema. This schema is much larger than the other schemas, as it
408
413
> includes additional definitions that provide contextual help and snippets that the
@@ -416,6 +421,54 @@ properties:
416
421
> semantic version folder, like `v3.0.0`, you're pinning to schemas that won't change.
417
422
> However, to take advantage of any improvements or fixes to the schemas, you need to
418
423
> update the URI with each release.
424
+ - | # https://raw.githubusercontent.com/PowerShell/DSC/main/schemas/v3.0.1/resource/manifest.yaml
425
+ <!-- force a line break -->
426
+
427
+ > #### `v3.0.1` non-bundled, canonical URI
428
+ >
429
+ > Indicates that the resource manifest adheres to the `v3.0.1` schema. This URL
430
+ > points to the canonical non-bundled schema. When it's used for validation, the
431
+ > validating client needs to retrieve this schema and every schema it references.
432
+ >
433
+ > This URI is for the schemas in a full semantic version folder. If you pin to a full
434
+ > semantic version folder, like `v3.0.1`, you're pinning to schemas that won't change.
435
+ > However, to take advantage of any improvements or fixes to the schemas, you need to
436
+ > update the URI with each release.
437
+ - | # https://raw.githubusercontent.com/PowerShell/DSC/main/schemas/v3.0.1/bundled/resource/manifest.yaml
438
+ <!-- force a line break -->
439
+
440
+ > #### `v3.0.1` bundled, canonical URI
441
+ >
442
+ > Indicates that the resource manifest adheres to the `v3.0.1` schema. This URL
443
+ > points to the bundled schema. When it's used for validation, the validating client
444
+ > only needs to retrieve this schema.
445
+ >
446
+ > This schema uses the bundling model introduced for JSON Schema 2020-12. While DSC can
447
+ > still validate the document when it uses this schema, other tools may error or behave
448
+ > in unexpected ways.
449
+ >
450
+ > This URI is for the schemas in a full semantic version folder. If you pin to a full
451
+ > semantic version folder, like `v3.0.1`, you're pinning to schemas that won't change.
452
+ > However, to take advantage of any improvements or fixes to the schemas, you need to
453
+ > update the URI with each release.
454
+ - | # https://raw.githubusercontent.com/PowerShell/DSC/main/schemas/v3.0.1/bundled/resource/manifest.vscode.yaml
455
+ <!-- force a line break -->
456
+
457
+ > #### `v3.0.1` enhanced authoring, canonical URI
458
+ >
459
+ > Indicates that the resource manifest adheres to the `v3.0.1` schema. This URL points to
460
+ > the enhanced authoring schema. This schema is much larger than the other schemas, as it
461
+ > includes additional definitions that provide contextual help and snippets that the
462
+ > others don't include.
463
+ >
464
+ > This schema uses keywords that are only recognized by VS Code. While DSC can still
465
+ > validate the document when it uses this schema, other tools may error or behave in
466
+ > unexpected ways.
467
+ >
468
+ > This URI is for the schemas in a full semantic version folder. If you pin to a full
469
+ > semantic version folder, like `v3.0.1`, you're pinning to schemas that won't change.
470
+ > However, to take advantage of any improvements or fixes to the schemas, you need to
471
+ > update the URI with each release.
419
472
420
473
421
474
- | # https://aka.ms/dsc/schemas/v3/resource/manifest.yaml
@@ -562,6 +615,54 @@ properties:
562
615
> semantic version folder, like `v3.0.0`, you're pinning to schemas that won't change.
563
616
> However, to take advantage of any improvements or fixes to the schemas, you need to
564
617
> update the URI with each release.
618
+ - | # https://aka.ms/dsc/schemas/v3.0.1/resource/manifest.yaml
619
+ <!-- force a line break -->
620
+
621
+ > #### `v3.0.1` non-bundled, short URI
622
+ >
623
+ > Indicates that the resource manifest adheres to the `v3.0.1` schema. This URL
624
+ > points to the canonical non-bundled schema. When it's used for validation, the
625
+ > validating client needs to retrieve this schema and every schema it references.
626
+ >
627
+ > This URI is for the schemas in a full semantic version folder. If you pin to a full
628
+ > semantic version folder, like `v3.0.1`, you're pinning to schemas that won't change.
629
+ > However, to take advantage of any improvements or fixes to the schemas, you need to
630
+ > update the URI with each release.
631
+ - | # https://aka.ms/dsc/schemas/v3.0.1/bundled/resource/manifest.yaml
632
+ <!-- force a line break -->
633
+
634
+ > #### `v3.0.1` bundled, short URI
635
+ >
636
+ > Indicates that the resource manifest adheres to the `v3.0.1` schema. This URL
637
+ > points to the bundled schema. When it's used for validation, the validating client
638
+ > only needs to retrieve this schema.
639
+ >
640
+ > This schema uses the bundling model introduced for JSON Schema 2020-12. While DSC can
641
+ > still validate the document when it uses this schema, other tools may error or behave
642
+ > in unexpected ways.
643
+ >
644
+ > This URI is for the schemas in a full semantic version folder. If you pin to a full
645
+ > semantic version folder, like `v3.0.1`, you're pinning to schemas that won't change.
646
+ > However, to take advantage of any improvements or fixes to the schemas, you need to
647
+ > update the URI with each release.
648
+ - | # https://aka.ms/dsc/schemas/v3.0.1/bundled/resource/manifest.vscode.yaml
649
+ <!-- force a line break -->
650
+
651
+ > #### `v3.0.1` enhanced authoring, short URI
652
+ >
653
+ > Indicates that the resource manifest adheres to the `v3.0.1` schema. This URL points to
654
+ > the enhanced authoring schema. This schema is much larger than the other schemas, as it
655
+ > includes additional definitions that provide contextual help and snippets that the
656
+ > others don't include.
657
+ >
658
+ > This schema uses keywords that are only recognized by VS Code. While DSC can still
659
+ > validate the document when it uses this schema, other tools may error or behave in
660
+ > unexpected ways.
661
+ >
662
+ > This URI is for the schemas in a full semantic version folder. If you pin to a full
663
+ > semantic version folder, like `v3.0.1`, you're pinning to schemas that won't change.
664
+ > However, to take advantage of any improvements or fixes to the schemas, you need to
665
+ > update the URI with each release.
565
666
type :
566
667
$ref : /<PREFIX>/<VERSION>/definitions/resourceType.yaml
567
668
version :
0 commit comments