model_dump(), model_dump_json() and model_validate() already supports scim contexts. However, model_validate_json() with scim contexts is not supported.
Task: Add this support
Example:
user = User.model_validate_json(<str | bytes | bytearray>, scim_ctx=Context.RESOURCE_REPLACEMENT_REQUEST)
model_dump(),model_dump_json()andmodel_validate()already supports scim contexts. However,model_validate_json()with scim contexts is not supported.Task: Add this support
Example: