invoiceninja/app/Http/Controllers/OpenAPI/ProductSchema.php

9 lines
189 B
PHP
Raw Normal View History

2019-10-07 15:57:14 +11:00
<?php
2020-10-10 23:07:52 +11:00
/**
2019-10-07 15:57:14 +11:00
* @OA\Schema(
* schema="Product",
* type="object",
2022-08-12 22:35:30 +10:00
* @OA\Property(property="id", type="string", example="Opnel5aKBz", description="The product hashed id"),
2019-10-07 15:57:14 +11:00
* )
*/