Update schemas/ (#1092)
* Update schemas/ * Bump change log --------- Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Родитель
599c7073fd
Коммит
128feee112
|
@ -30,6 +30,8 @@ Continue reading to see the changes included in the latest version.
|
|||
What's changed since v2.8.0:
|
||||
|
||||
- Engineering:
|
||||
- Updated PSRule schema files.
|
||||
[#1092](https://github.com/microsoft/PSRule-vscode/pull/1092)
|
||||
- Bump vscode engine to v1.77.0.
|
||||
[#1072](https://github.com/microsoft/PSRule-vscode/pull/1072)
|
||||
- Bump typescript to v5.0.4.
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
{
|
||||
"$schema": "https://json-schema.org/draft-07/schema#",
|
||||
"title": "PSRule language",
|
||||
"description": "A schema for PSRule resources.",
|
||||
"$ref": "#/definitions/resource-v1",
|
||||
"definitions": {
|
||||
"resource-v1": {
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"$schema": "https://json-schema.org/draft-07/schema#",
|
||||
"title": "PSRule options",
|
||||
"description": "A schema for PSRule YAML options files.",
|
||||
"description": "PSRule options configuration file.",
|
||||
"$ref": "#/definitions/options",
|
||||
"definitions": {
|
||||
"configuration": {
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"$schema": "https://json-schema.org/draft-07/schema#",
|
||||
"title": "PSRule resources",
|
||||
"description": "A schema for PSRule resources.",
|
||||
"description": "A meta schema for defining PSRule resources in a JSON document.",
|
||||
"type": "array",
|
||||
"items": {
|
||||
"anyOf": [
|
||||
|
|
Загрузка…
Ссылка в новой задаче