Files
medusa-store/docs-util/oas-output/schemas/UpdateProductOption.ts
Shahed Nasser 4fe28f5a95 chore: reorganize docs apps (#7228)
* reorganize docs apps

* add README

* fix directory

* add condition for old docs
2024-05-03 17:36:38 +03:00

38 lines
912 B
TypeScript

/**
* @schema UpdateProductOption
* type: object
* description: SUMMARY
* x-schemaName: UpdateProductOption
* properties:
* title:
* type: string
* title: title
* description: The product's title.
* values:
* oneOf:
* - type: array
* description: The product's values.
* items:
* type: string
* title: values
* description: The value's values.
* - type: array
* description: The product's values.
* items:
* type: object
* description: The value's values.
* required:
* - value
* properties:
* value:
* type: string
* title: value
* description: The value's details.
* product_id:
* type: string
* title: product_id
* description: The product's product id.
*
*/