{
"type": "object",
"properties": {
"shell": { "type": "string", "title": "Shell", "enum": ["sh", "nu", "bash", "powershell"] },
"script": { "type": "string", "title": "Script" },
"content-type": { "type": ["string", "null"], "title": "Content Type", "enum": ["text", "json"]}
}
}