yaal-coop / scim2-models

SCIM resources serialization and validation with Pydantic
https://scim2-models.readthedocs.io
Apache License 2.0
10 stars 2 forks source link

Method that can guess objects from a payload #5

Closed azmeuk closed 4 months ago

azmeuk commented 4 months ago

It would be handy to have a method to which one can pass any arbitrary payload and list of available schemas, and the method would guess and create the matching pydantic objects.