mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
removed spec random values
create too much commits for generator
This commit is contained in:
+1
-1
@@ -681,7 +681,7 @@ $utopia->get('/v1/open-api-2.json')
|
||||
case 'Utopia\Validator\Range': /* @var $validator \Utopia\Validator\Range */
|
||||
$node['type'] = 'integer';
|
||||
$node['format'] = 'int32';
|
||||
$node['x-example'] = rand($validator->getMin(), $validator->getMax());
|
||||
$node['x-example'] = $validator->getMin();
|
||||
break;
|
||||
case 'Utopia\Validator\Numeric':
|
||||
$node['type'] = 'integer';
|
||||
|
||||
Reference in New Issue
Block a user