yaal-coop / scim2-models

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

Export pydantic model as schemas #7

Closed azmeuk closed 5 days ago

azmeuk commented 1 month ago

Write a method that takes a pydantic model and return a SCIM2 JSON representation of that schema.

This could be useful to generate the /Schemas endpoint.