pub type ValidJson<T> = Valid<Json<T>>;
A Json<T> payload that has been validated
Json<T>
pub struct ValidJson<T>(pub Json<T>);
0: Json<T>