If try to add the next schedule variable: ```URL:https://example.com``` the plugin creates ```URL : https``` key value pair, ignoring ```//example.com``` part of value.  This occurs due to this part of code: https://github.com/Customatics/leaptest-plugin/blob/2f39814974b81867ba58df95d14d1034ec2159cf/src/main/java/com/customatics/leaptest_plugin/PluginHandler.java#L52-L58 Array ```splittedKeyAndValue``` contains 3 elements in this case, were 3rd one contains missed ```//example.com```