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
I was generating a python model based on the openai specification.
When I try to load a group into the model, I get the following error
pydantic_core._pydantic_core.ValidationError: 1 validation error for Group
members.0.registration_status
Input should be 'confirmed', 'dummy' or 'invited' [type=enum, input_value='unsubscribed', input_type=str]
The registration status is defined like so in the schemas/user.yaml
Good Evening,
I was generating a python model based on the openai specification.
When I try to load a group into the model, I get the following error
The registration status is defined like so in the
schemas/user.yaml
However when I lookup the groups through the get_groups endpoint, I get the following group as an example
Can you check whether the schema definition is wrong or whether, something with the api is not correct?
cheers & thanks
marco
The text was updated successfully, but these errors were encountered: