From 0392675a0744080e160980bd9bb305f86e191237 Mon Sep 17 00:00:00 2001 From: Sean Whalen Date: Sat, 24 Mar 2018 18:28:54 -0400 Subject: [PATCH] Add missing field --- parsedmarc/elastic.py | 1 + 1 file changed, 1 insertion(+) diff --git a/parsedmarc/elastic.py b/parsedmarc/elastic.py index b895e43..feab1fa 100644 --- a/parsedmarc/elastic.py +++ b/parsedmarc/elastic.py @@ -43,6 +43,7 @@ class AggregateReportDoc(DocType): xml_schema = Text() org_name = Text() + org_email = Text() org_extra_contact_info = Text() report_id = Text() date_range = DateRange()