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",