forked from glademiller/openapiv3
-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
I switched to using your fork for an experiment because it already has "resolve" as a function on the References.
Most of them return a Result except for the one on ReferenceOr<Schema>, and it seems that it should too
Line 156 in cb7946b
| pub fn resolve<'a>(&'a self, spec: &'a OpenAPI) -> &'a Schema { |
vs
Line 203 in cb7946b
| pub fn resolve<'a>(&'a self, spec: &'a OpenAPI) -> Result<&'a Parameter> { |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels