diff --git a/PropertyDescriber/UuidPropertyDescriber.php b/PropertyDescriber/UuidPropertyDescriber.php index 4e69596cb..b1e3b1fee 100644 --- a/PropertyDescriber/UuidPropertyDescriber.php +++ b/PropertyDescriber/UuidPropertyDescriber.php @@ -23,7 +23,6 @@ public function describe(array $types, OA\Schema $property, array $groups = null { $property->type = 'string'; $property->format = 'uuid'; - $property->pattern = '^[0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}$'; $this->setNullableProperty($types[0], $property, $schema); }