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

9 lines
173 B
PHP
Raw Normal View History

2019-10-07 15:57:14 +11:00
<?php
/*
2019-10-07 15:57:14 +11:00
* @OA\Schema(
* schema="Product",
* type="object",
* @OA\Property(property="id", type="string", example="Opnel5aKBz", description="______"),
* )
*/