""" schema: platform-specific decoded status message (DRAFT)"""from.importmessage_header_schema,platform_schema,apifromflask_restximportfieldsobservation_schema=api.model("Observation",{"message":fields.Nested(message_header_schema,required=True,description="Message header",),"platform":fields.Nested(platform_schema),"time":fields.String(required=True,description="Timestamp of message",example="2022-11-16T00:00:00Z",),"discuss_other_fields":fields.String(required=False,description="",# we can track the version of the AE plan?example="",),})