diff --git a/services/operation_services.py b/services/operation_services.py
index d1d9b08ad0304fe233ee37139031fbfb1ee2e045..089c86223630c4b4cfeb2562b99ae2451bcfaa4e 100644
--- a/services/operation_services.py
+++ b/services/operation_services.py
@@ -578,7 +578,7 @@ class OperationsService(Component):
             "id": {"type": "integer"},
             "name": {"type": "string"},
             "date_start": {"type": "date"},
-            "date_end": {"type": "date"},
+            "date_end": {"type": "date", "nullable": True},
             "distribution_key": {"type": "string", "nullable": True},
             "pmo": {"type": "string"},
             "consumer_nb": {"type": "integer"},