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