pub trait Resolve { // Required method fn resolve(ref: &str, openapi: &Openapi) -> Result<Self, ObjectRefErr> where Self: Sized; }