Skip to content

Commit 21dcab5

Browse files
(SCHEMA) Update schema source for preview.9
This change removes the `url` option for defining the resource instance schema in a resource manifest, as that option was removed in #457.
1 parent dcd5eee commit 21dcab5

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

schemas/src/resource/manifest.schema.yaml

-15
Original file line numberDiff line numberDiff line change
@@ -428,21 +428,6 @@ properties:
428428
title: ${2:property title}
429429
description: ${3:explanation of property purpose and usage}
430430
type: ${4|string,integer,number,array,object,null|}
431-
url:
432-
title: Instance Schema URL
433-
description: >-
434-
Defines the URL to the DSC Resource's JSON schema for integrating tools.
435-
type: string
436-
format: uri
437-
# VS Code only
438-
markdownDescription: |
439-
***
440-
[_Online Documentation_][01]
441-
***
442-
443-
Defines the URL to the DSC Resource's JSON schema for integrating tools.
444-
445-
[01]: <DOCS_BASE_URL>/reference/schemas/resource/manifest/schema/property?<DOCS_VERSION_PIN>#url
446431

447432
examples:
448433
- command:

0 commit comments

Comments
 (0)