With the change to allow bare python lists to specify config
schema, I'm far more comfortable with this rename. This is what it looks
like.
I think this is a pretty big win even though it is breaking change. The
"fix" is really quite simple. Where you used List[something] in a config
you can now just say [something].
Depends on D1803