chalk-ai / pydantic-scim

Apache License 2.0
2 stars 1 forks source link

Missing common attributes #7

Closed azmeuk closed 4 months ago

azmeuk commented 4 months ago

RFC7643 §3.1 defines three common attributes to all the models except ServiceProviderConfig and ResourceType, that are id, externalId and meta, which is a complex and embed information such as the modification/creation dates.

I suggest implementing a Model class that would implement those attributes, and make the other models (User, Group etc.) inherit from it.

What do you think?