{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/Group", "title": "Group", "type": "object", "description": "Configuration group for organizing devices and applying shared configuration templates, firmware policies, and settings.", "properties": { "group": { "type": "string", "description": "Name of the group.", "examples": [ "default" ] }, "group_properties": { "type": "object", "description": "Group-level configuration properties.", "example": "example_value" } } }