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