mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-11-04 08:17:32 -05: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"),
 | 
						|
 * )
 | 
						|
 */
 |