From d3a965803a81e5ee76204ccf61aa15126bc15220 Mon Sep 17 00:00:00 2001 From: Azgaar Date: Thu, 12 Jan 2023 13:49:47 -0800 Subject: [PATCH] Updated Data model (markdown) --- Data-model.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Data-model.md b/Data-model.md index 612274a..f367997 100644 --- a/Data-model.md +++ b/Data-model.md @@ -174,7 +174,7 @@ States (countries) data is stored as an array of objects with strict element ord * `removed`: `boolean` - `true` if state is removed ## Provinces -Provinces data is stored as an array of objects with strict element order. Element 0 is not used. If province is removed, the element is not getting removed, but instead a `removed` attribute is added. Object structure: +Provinces data is stored as an array of objects with strict element order. Element 0 is not used. If religion is removed, the element is not getting removed, but instead a `removed` attribute is added. Object structure: * `i`: `number` - province id, always equal to the array index * `name`: `string` - short (proper) form of the province name * `formName`: `string` - string form name, used to get province `fullName`