pub type MayBeRef<T> = MayBeRefCore<T, HttpSchemaRef>;
enum MayBeRef<T> { Ref(HttpSchemaRef), Value(T), }