"""
schema: Survey Message that is encoded sent by platforms
to track progress
"""
from formats.encoded import encoded_schema
from copy import deepcopy
survey_encoded_schema = deepcopy(encoded_schema)
survey_encoded_schema["properties"]["message_type"]["enum"] = ["survey_encoded"]
survey_encoded_schema["properties"]["message_type"]["example"] = "survey_encoded"
-
Trishna Saeharaseelan authored1b3df02f