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

Check syntax for `Reference` #36

Open azmeuk opened 3 months ago

azmeuk commented 3 months ago

Since 2f20111 Reference is based on str and not on AnyUrl to allow relative URLs. However now there is no check on the Reference formats. There should be an annotated validator that perform checks.