* chore(oas): [10/n] improve oas schemas * fix validation error --------- Co-authored-by: Oli Juhl <59018053+olivermrbl@users.noreply.github.com>
14 lines
243 B
TypeScript
14 lines
243 B
TypeScript
/**
|
|
* @schema AdminProductResponse
|
|
* type: object
|
|
* description: The product's details.
|
|
* x-schemaName: AdminProductResponse
|
|
* required:
|
|
* - product
|
|
* properties:
|
|
* product:
|
|
* $ref: "#/components/schemas/AdminProduct"
|
|
*
|
|
*/
|
|
|