[RFC7643 §3.1](https://datatracker.ietf.org/doc/html/rfc7643#section-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.
RFC7643 §3.1 indicates that resources cannot have the
bulkIdvalue:There should be a validator for this.