From 3b8f64133d1933c84f6a612ff31d640ea4a70a33 Mon Sep 17 00:00:00 2001 From: stevencarlislewalker Date: Thu, 14 Nov 2024 05:38:36 -0500 Subject: [PATCH] data dictionary --- global-metadata/data-dictionary.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/global-metadata/data-dictionary.json b/global-metadata/data-dictionary.json index 57e851e24..5233e724a 100644 --- a/global-metadata/data-dictionary.json +++ b/global-metadata/data-dictionary.json @@ -175,6 +175,14 @@ "description": "Number of christened individuals reported for this period as reported by the original source.", "pattern": "" }, + { + "name": "collection_year", + "title": "Collection Year", + "type": "string", + "format": "num_missing", + "description": "Year associated with a yearly batch of data. Sometimes the periods in a collection begin and end outside of the collection year.", + "pattern": "" + }, { "name": "comment", "title": "Comment",