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

`BulkOperation.path` is required in `BulkRequest` #14

Open azmeuk opened 4 months ago

azmeuk commented 4 months ago

RFC7644 indicates that BulkOperation.path is required in BulkRequest:

  path  The resource's relative path to the SCIM service provider's
     root.  If "method" is "POST", the value must specify a resource
     type endpoint, e.g., /Users or /Groups, whereas all other
     "method" values must specify the path to a specific resource,
     e.g., /Users/2819c223-7f76-453a-919d-413861904646.  REQUIRED in
     a request.

There should be a validator for this