diff --git a/program/serializers.py b/program/serializers.py
index 69a77459077274fb9c27193fec2b69d1c83d3852..90b86d19c9a41475e1b3cc61954ce00c5c646053 100644
--- a/program/serializers.py
+++ b/program/serializers.py
@@ -1095,7 +1095,8 @@ class ScheduleCreateUpdateRequestSerializer(serializers.Serializer):
     solutions = serializers.DictField(
         child=serializers.ChoiceField(SOLUTION_CHOICES),
         required=False,
-        help_text="Array of solution choices.",
+        help_text="Dictionary of solution choices. The key is the collision’s `hash` , the value "
+        "is one of the `solutionChoices` offered.",
     )