Convert a script type string to normalized ScriptType enum value
String normalizeScriptType(String scriptType) { return scriptType.toLowerCase(); }