mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 13:12:50 +01:00
11 lines
428 B
PHP
11 lines
428 B
PHP
<?php
|
|
/**
|
|
* @OA\Schema(
|
|
* schema="BTRules",
|
|
* type="object",
|
|
* @OA\Property(property="data_key", type="string", example="description,amount", description="The key to search"),
|
|
* @OA\Property(property="operator", type="string", example=">", description="The operator flag of the search"),
|
|
* @OA\Property(property="value", type="string" ,example="bob", description="The value to search for"),
|
|
* )
|
|
*/
|