14 lines
282 B
TypeScript
14 lines
282 B
TypeScript
/**
|
|
* @schema AdminInventoryItemResponse
|
|
* type: object
|
|
* description: The inventory item's details.
|
|
* x-schemaName: AdminInventoryItemResponse
|
|
* required:
|
|
* - inventory_item
|
|
* properties:
|
|
* inventory_item:
|
|
* $ref: "#/components/schemas/AdminInventoryItem"
|
|
*
|
|
*/
|
|
|