{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "ScimUserGroup",
"type": "object",
"properties": {
"value": {
"type": "string"
},
"$ref": {
"type": "string",
"description": "A callback link which can be used to get the information of the user"
},
"type": {
"type": "string"
},
"display": {
"type": "string",
"description": "Name of the group"
}
}
}