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

`BulkOperation.location` is required in `BulkResponse` #16

Open azmeuk opened 1 month ago

azmeuk commented 1 month ago

RFC7644 indicates that BulkOperation.location is required in BulkResponse, except for errors:

  location  The resource endpoint URL.  REQUIRED in a response,
     except in the event of a POST failure.

There should be a validator for this