Looking at the code, it seems like that is what is being expected but I think fastify is failing it first when trying to parse:
FastifyError [Error]: Failed building the serialization schema for GET: /:foo/*, due to error schema is invalid: data/properties/$raw must be object,boolean
Just want to double check that this is the intended use of $raw?
Looking at the code, it seems like that is what is being expected but I think fastify is failing it first when trying to parse: