Schema
scim_user_name
Type:
object
familyName
Type:
string
All schema constraints and annotations
{
"example": "Snow",
"type": "string"
}givenName
Type:
string
All schema constraints and annotations
{
"example": "Jon",
"type": "string"
}All schema constraints and annotations
{
"properties": {
"familyName": {
"example": "Snow",
"type": "string"
},
"givenName": {
"example": "Jon",
"type": "string"
}
},
"type": "object"
}