* clean up generated oas * fix issues in docs-util * more fixes * align max level * validation fix * add missing summaries * fix validation * fix exchanges route
14 lines
282 B
TypeScript
14 lines
282 B
TypeScript
/**
|
|
* @schema AdminCustomerGroupResponse
|
|
* type: object
|
|
* description: The customer group's details.
|
|
* x-schemaName: AdminCustomerGroupResponse
|
|
* required:
|
|
* - customer_group
|
|
* properties:
|
|
* customer_group:
|
|
* $ref: "#/components/schemas/AdminCustomerGroup"
|
|
*
|
|
*/
|
|
|