As its name implies, the terse syntax provides a compact approach for
describing routes. When the argument to
api:expand-routes[ns=io.pedestal.http.route]
is a vector, it will be expanded using the terse syntax.
Unlike the Table or Verbose syntax, it allows for the nesting
of route definitions where each nested route vector adds a path segment.
Unlike the Table syntax, any verb can be specified without verb whitelisting.
A route table is a vector of nested vectors. Top-level
vector(s) are termed application vectors. Nested vectors are termed route
vectors.