Files
medusa-store/www/utils/generated/oas-output/schemas/CustomerGroupResponse.ts
Shahed Nasser 7b2879d643 chore(docs): Fix docblock-generator OAS tool's max-stack error (#7246)
* regenerate oas to fix duplicate keys

* fix clean:oas script

* fix max-stack errors

* fix max-level condition
2024-05-06 13:41:59 +03:00

42 lines
883 B
TypeScript

/**
* @schema CustomerGroupResponse
* type: object
* description: The group's groups.
* x-schemaName: CustomerGroupResponse
* required:
* - id
* - name
* - customers
* - metadata
* - created_at
* - updated_at
* properties:
* id:
* type: string
* title: id
* description: The group's ID.
* name:
* type: string
* title: name
* description: The group's name.
* customers:
* type: array
* description: The group's customers.
* items:
* $ref: "#/components/schemas/CustomerResponse"
* metadata:
* type: object
* description: The group's metadata.
* properties: {}
* created_at:
* type: string
* title: created_at
* description: The group's created at.
* updated_at:
* type: string
* title: updated_at
* description: The group's updated at.
*
*/