Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action Co-authored-by: Oli Juhl <59018053+olivermrbl@users.noreply.github.com>
14 lines
326 B
YAML
14 lines
326 B
YAML
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.
|