{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/SystemGroup", "title": "SystemGroup", "type": "object", "properties": { "groupId": { "type": "integer", "description": "Unique group ID" }, "groupPath": { "type": "string", "description": "Full path in the System Tree" }, "groupName": { "type": "string", "description": "Name of the group" } } }