You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
components.schemas: data did not match any variant of untagged enum ReferenceOr at line 2586 column 5
I think this is due to the fact that enum variants are integers and it expects strings. I've tried parsing it with oas3 crate and it works but only on latest master
The text was updated successfully, but these errors were encountered:
https://github.com/figma/rest-api-spec/blob/main/openapi/openapi.yaml
error:
I think this is due to the fact that enum variants are integers and it expects strings. I've tried parsing it with
oas3
crate and it works but only on latest masterThe text was updated successfully, but these errors were encountered: