swagger icon indicating copy to clipboard operation
swagger copied to clipboard

A php library to manipulate swagger specifications

Results 2 swagger issues
Sort by recently updated
recently updated
newest added

Hello, I'm facing kinda strange problem with response examples. ```PHP * @SWG\Response( * response=500, * description="Error response", * examples={ * @SWG\Schema( * @SWG\Property(property="data", type="object", description="Response payload", @SWG\Schema()), * @SWG\Property(property="status", type="string",...