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

Dynamic pydantic models from schemas #6

Closed azmeuk closed 3 months ago

azmeuk commented 4 months ago

Implement a method that can take a SCIM2 schema description and build a pydantic model from it.

This could be useful when making requests to a server exposing unknown schemas.