{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/GroupMemberObject", "title": "GroupMemberObject", "type": "object", "properties": { "value": { "type": "string", "example": "c5349664-9f3d-410b-8bd3-6c31f181f13d", "description": "The identifier of the member of this Group." }, "type": { "type": "string", "example": "user", "description": "A label indicating the type of resource, for example user, machine, or group." } } }