pub fn resolve_ref<'a>(
ref_path: &str,
components: Option<&'a Components>,
) -> Option<&'a SchemaOrRef>Expand description
Resolve a $ref path like “#/components/schemas/Pet” to the referenced schema.
pub fn resolve_ref<'a>(
ref_path: &str,
components: Option<&'a Components>,
) -> Option<&'a SchemaOrRef>Resolve a $ref path like “#/components/schemas/Pet” to the referenced schema.