Returns the lowercased schemes this route is restricted to. So an empty array means that any scheme is allowed.
string[]
public function getSchemes() : array { return $this->schemes; }