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

Forbid the `bulkId` `id` value #18

Open azmeuk opened 4 months ago

azmeuk commented 4 months ago

RFC7643 §3.1 indicates that resources cannot have the bulkId value:

id
    [...] The string "bulkId" is a
      reserved keyword and MUST NOT be used within any unique identifier
      value.

There should be a validator for this.