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