* regenerate oas to fix duplicate keys * fix clean:oas script * fix max-stack errors * fix max-level condition
22 lines
411 B
TypeScript
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: {}
|
|
*
|
|
*/
|
|
|