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
Hi, thanks for the report !
What version of apistos / schemars do you use ?
This is most likely an issue on schemars side and not directly related to apistos.
Just in case, please make sure your serde version match the one provided by schemars, it could explain the issue.
ThinData in actix-web 4.9
PrometheusHandle in metrics-exporter-prometheus 0.15.3
this code show an error
no function or associated item named `required` found for struct `ThinData<PrometheusHandle>` in the current scope
function or associated item not found in `ThinData<PrometheusHandle>`
I have a struct like this, and it was working normally.
but when add 'JsonSchema' like this
it show an error,
what can i do with this error
The text was updated successfully, but these errors were encountered: