The SCIM core schema has a support for common data types to provide maximum interoperability between SCIM Service Providers and SCIM Consumers. The following data types are available in the SCIM specification and examples are provided in JSON representation:

String "familyName" : "Archer"
Boolean "active" : true
Decimal "weight" : 173.2
Integer "age" : 36
DateTime (xml date/time format) "created" : "2015-05-18T15:00:00Z"
Binary (base64 encoded string) "photo" : "U2F5IENoZWVzZSE="