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