Openapi_spec.Utilsval resolve_reference :
components:Types.Components.t ->
resolver:(Types.Components.t -> 'a Types.Or_reference.t Core.String.Map.t) ->
'a Types.Or_reference.t ->
'a optionval resolve_reference_exn :
components:Types.Components.t ->
resolver:(Types.Components.t -> 'a Types.Or_reference.t Core.String.Map.t) ->
'a Types.Or_reference.t ->
'aval resolve_schema_ref :
components:Types.Components.t ->
Types.Schema.t Types.Or_reference.t ->
Types.Schema.t optionval resolve_response_ref :
components:Types.Components.t ->
Types.Response.t Types.Or_reference.t ->
Types.Response.t optionval resolve_request_body_ref :
components:Types.Components.t ->
Types.Request_body.t Types.Or_reference.t ->
Types.Request_body.t optionval resolve_parameter_ref :
components:Types.Components.t ->
Types.Parameter.t Types.Or_reference.t ->
Types.Parameter.t optionval resolve_all_parameters :
components:Types.Components.t ->
Types.Parameter.t Types.Or_reference.t list ->
(string, Types.Parameter.t) Base.Hashtbl.t