changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "description": "Group detail information",
+ "properties": {
+ "created": {
+ "description": "Group creation date (ISO 8601)",
+ "type": "string"
+ },
+ "description": {
+ "description": "Group description",
+ "type": "string"
+ },
+ "id": {
+ "description": "Group ID",
+ "type": "number"
+ },
+ "memberCount": {
+ "description": "Number of group members",
+ "type": "number"
+ },
+ "name": {
+ "description": "Group name",
+ "type": "string"
+ },
+ "owner": {
+ "description": "Group owner information",
+ "properties": {
+ "id": {
+ "description": "Owner user ID",
+ "type": "number"
+ },
+ "name": {
+ "description": "Owner username",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "publicEntryAllowed": {
+ "description": "Whether public entry is allowed",
+ "type": "boolean"
+ },
+ "updated": {
+ "description": "Last updated date (ISO 8601)",
+ "type": "string"
+ }
+ },
+ "type": "object"
+}