Skip to content

Commit

Permalink
(SCHEMA) Update schema source for preview.9
Browse files Browse the repository at this point in the history
This change removes the `url` option for defining the resource
instance schema in a resource manifest, as that option was
removed in PowerShell#457.
  • Loading branch information
michaeltlombardi committed Aug 22, 2024
1 parent dcd5eee commit 21dcab5
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions schemas/src/resource/manifest.schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -428,21 +428,6 @@ properties:
title: ${2:property title}
description: ${3:explanation of property purpose and usage}
type: ${4|string,integer,number,array,object,null|}
url:
title: Instance Schema URL
description: >-
Defines the URL to the DSC Resource's JSON schema for integrating tools.
type: string
format: uri
# VS Code only
markdownDescription: |
***
[_Online Documentation_][01]
***
Defines the URL to the DSC Resource's JSON schema for integrating tools.
[01]: <DOCS_BASE_URL>/reference/schemas/resource/manifest/schema/property?<DOCS_VERSION_PIN>#url

examples:
- command:
Expand Down

0 comments on commit 21dcab5

Please sign in to comment.