Schema
scim_email
Type:
object
display
Type:
string
All schema constraints and annotations
{
"example": "jon.snow@docker.com",
"type": "string"
}primary
Type:
boolean
All schema constraints and annotations
{
"example": true,
"type": "boolean"
}value
Type:
string
All schema constraints and annotations
{
"example": "jon.snow@docker.com",
"type": "string"
}All schema constraints and annotations
{
"properties": {
"display": {
"example": "jon.snow@docker.com",
"type": "string"
},
"primary": {
"example": true,
"type": "boolean"
},
"value": {
"example": "jon.snow@docker.com",
"type": "string"
}
},
"type": "object"
}