diff --git a/schema/mise.json b/schema/mise.json index 9806401a65..cfd91dcaea 100644 --- a/schema/mise.json +++ b/schema/mise.json @@ -1414,6 +1414,24 @@ } }, "type": "object" + }, + { + "description": "scripts to run", + "items": { + "additionalProperties": false, + "properties": { + "script": { + "description": "script to run", + "type": "string" + }, + "shell": { + "description": "specify the shell to run the script inside of", + "type": "string" + } + }, + "type": "object" + }, + "type": "array" } ] }