Closed maraino closed 7 months ago
This commit fixes the decoding of integer attributes in patches. Without this change, integer attributes are decoded as float64, causing a schema validation error.
The PR https://github.com/elimity-com/scim/pull/165 is built on top of this one.
Description
This commit fixes the decoding of integer attributes in patches. Without this change, integer attributes are decoded as float64, causing a schema validation error.