Authorization header that might contain Bearer xxx. I already have a Schema for the xxx part that I'd like to use, and I could use Schema.literal('Bearer ') for the rest. Is there an example of how to do this? I've tried using regex but found it quite verbose/messy as the captured groups aren't readily available.