* Update schemas/

* Bump change log

---------

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Bernie White 2023-04-20 01:27:39 +10:00 коммит произвёл GitHub
Родитель 599c7073fd
Коммит 128feee112
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
4 изменённых файлов: 6 добавлений и 2 удалений

Просмотреть файл

@ -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": [