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
For server implementations clients often send fields not permitted or defined in the model This is unfortunate however for compatibility we need to allow but ignore fields we don't support
The text was updated successfully, but these errors were encountered:
Interesting.
In the end, depending on the context, one might want the extra param to be lax (for servers or clients analyzing incoming data) or to be strict (when servers or clients produce data to be sent, or for compliance testers). I wonder if Pydantic would allow this parameter to be dynamic.
scim2-models/scim2_models/base.py
Line 413 in 00031eb
For server implementations clients often send fields not permitted or defined in the model This is unfortunate however for compatibility we need to allow but ignore fields we don't support
The text was updated successfully, but these errors were encountered: