Router Helper struct to store route metadata
Returns the Zoi schema for Route
@type t() :: %Jido.Signal.Router.Route{ match: nil | nil | any(), path: binary(), priority: nil | integer(), target: any() }