1 2 3 4 5 6 7 8
{ "type": "object", "properties": { "shell": { "type": "string", "enum": ["nu", "bash", "powershell"] }, "script": { "type": "string"}, "content-type": { "type": ["string", "null"], "enum": ["text", "json"]} } }