Files
medusa-store/www/utils/generated/oas-output/schemas/UpsertProductImage.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

22 lines
411 B
TypeScript

/**
* @schema UpsertProductImage
* type: object
* description: The image's images.
* x-schemaName: UpsertProductImage
* properties:
* id:
* type: string
* title: id
* description: The image's ID.
* url:
* type: string
* title: url
* description: The image's url.
* metadata:
* type: object
* description: The image's metadata.
* properties: {}
*
*/