mirror of
https://github.com/immich-app/immich.git
synced 2025-12-18 17:23:16 +03:00
chore(server): enable swagger to take class validator rules into account (#9022)
* enable swagger to take class validator rules into account * chore: open api
This commit is contained in:
5
mobile/openapi/lib/model/recognition_config.dart
generated
5
mobile/openapi/lib/model/recognition_config.dart
generated
@@ -23,10 +23,15 @@ class RecognitionConfig {
|
||||
|
||||
bool enabled;
|
||||
|
||||
/// Minimum value: 0
|
||||
/// Maximum value: 2
|
||||
double maxDistance;
|
||||
|
||||
/// Minimum value: 1
|
||||
int minFaces;
|
||||
|
||||
/// Minimum value: 0
|
||||
/// Maximum value: 1
|
||||
double minScore;
|
||||
|
||||
String modelName;
|
||||
|
||||
Reference in New Issue
Block a user