From 2ab2d57fef34076f1781ece0b1b293d62777e3b3 Mon Sep 17 00:00:00 2001 From: task-bot <106601941+task-bot@users.noreply.github.com> Date: Sun, 11 Jun 2023 01:13:03 +0000 Subject: [PATCH] deploy: e2c1b3b9314eeafee519d493433addea1ce0c70a --- es-ES/schema.json | 4 ++++ fr-FR/schema.json | 4 ++++ pt-BR/schema.json | 4 ++++ ru-RU/schema.json | 4 ++++ schema.json | 4 ++++ zh-Hans/schema.json | 4 ++++ 6 files changed, 24 insertions(+) diff --git a/es-ES/schema.json b/es-ES/schema.json index 8e15219e..8a82d83f 100644 --- a/es-ES/schema.json +++ b/es-ES/schema.json @@ -43,6 +43,10 @@ "description": "A list of commands to be executed.", "$ref": "#/definitions/3/cmds" }, + "cmd": { + "description": "The command to be executed.", + "$ref": "#/definitions/3/cmd" + }, "deps": { "description": "A list of dependencies of this task. Tasks defined here will run in parallel before this task.", "type": "array", diff --git a/fr-FR/schema.json b/fr-FR/schema.json index 8e15219e..8a82d83f 100644 --- a/fr-FR/schema.json +++ b/fr-FR/schema.json @@ -43,6 +43,10 @@ "description": "A list of commands to be executed.", "$ref": "#/definitions/3/cmds" }, + "cmd": { + "description": "The command to be executed.", + "$ref": "#/definitions/3/cmd" + }, "deps": { "description": "A list of dependencies of this task. Tasks defined here will run in parallel before this task.", "type": "array", diff --git a/pt-BR/schema.json b/pt-BR/schema.json index 8e15219e..8a82d83f 100644 --- a/pt-BR/schema.json +++ b/pt-BR/schema.json @@ -43,6 +43,10 @@ "description": "A list of commands to be executed.", "$ref": "#/definitions/3/cmds" }, + "cmd": { + "description": "The command to be executed.", + "$ref": "#/definitions/3/cmd" + }, "deps": { "description": "A list of dependencies of this task. Tasks defined here will run in parallel before this task.", "type": "array", diff --git a/ru-RU/schema.json b/ru-RU/schema.json index 8e15219e..8a82d83f 100644 --- a/ru-RU/schema.json +++ b/ru-RU/schema.json @@ -43,6 +43,10 @@ "description": "A list of commands to be executed.", "$ref": "#/definitions/3/cmds" }, + "cmd": { + "description": "The command to be executed.", + "$ref": "#/definitions/3/cmd" + }, "deps": { "description": "A list of dependencies of this task. Tasks defined here will run in parallel before this task.", "type": "array", diff --git a/schema.json b/schema.json index 8e15219e..8a82d83f 100644 --- a/schema.json +++ b/schema.json @@ -43,6 +43,10 @@ "description": "A list of commands to be executed.", "$ref": "#/definitions/3/cmds" }, + "cmd": { + "description": "The command to be executed.", + "$ref": "#/definitions/3/cmd" + }, "deps": { "description": "A list of dependencies of this task. Tasks defined here will run in parallel before this task.", "type": "array", diff --git a/zh-Hans/schema.json b/zh-Hans/schema.json index 8e15219e..8a82d83f 100644 --- a/zh-Hans/schema.json +++ b/zh-Hans/schema.json @@ -43,6 +43,10 @@ "description": "A list of commands to be executed.", "$ref": "#/definitions/3/cmds" }, + "cmd": { + "description": "The command to be executed.", + "$ref": "#/definitions/3/cmd" + }, "deps": { "description": "A list of dependencies of this task. Tasks defined here will run in parallel before this task.", "type": "array",