/** * @schema AdminCustomerGroupResponse * type: object * description: The customer group's details. * x-schemaName: AdminCustomerGroupResponse * required: * - customer_group * properties: * customer_group: * $ref: "#/components/schemas/AdminCustomerGroup" * */