Returns all valid paths to access values from the scripts map.
List<String> getPaths() { return paths ??= scripts!.getPaths(); }