{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "Group",
"type": "object",
"description": "Represents a group within an organization.",
"properties": {
"id": {
"type": "string",
"description": "The unique identifier of the group."
},
"type": {
"type": "string",
"description": "The resource type."
},
"attributes": {
"type": "object",
"description": "The attributes of the group."
}
}
}