/** * @schema AdminUpdateCustomerGroup * type: object * description: SUMMARY * x-schemaName: AdminUpdateCustomerGroup * required: * - name * - metadata * properties: * name: * type: string * title: name * description: The customer group's name. * metadata: * type: object * description: The customer group's metadata. * */