/** * @schema AdminCreateCustomerGroup * type: object * description: The customer group's details. * x-schemaName: AdminCreateCustomerGroup * required: * - name * properties: * name: * type: string * title: name * description: The customer group's name. * metadata: * type: object * description: The customer group's metadata, used to store custom key-value pairs. * */