Although the ChefExtension allows a null runlist, the UI extension is not as it is a parameter. This needs to have a `defaultValue` of null set, e.g.: ``` "run_list": { "type": "string", "defaultValue": "" } ```