David Bomba baf38e07d3 OpenAPI
2022-08-12 22:35:30 +10:00

9 lines
189 B
PHP

<?php
/**
* @OA\Schema(
* schema="Product",
* type="object",
* @OA\Property(property="id", type="string", example="Opnel5aKBz", description="The product hashed id"),
* )
*/