From 472b825679ee7c45c8a44a4a78425e5359cfb231 Mon Sep 17 00:00:00 2001 From: maxtassanogsa <63596818+maxtassanogsa@users.noreply.github.com> Date: Thu, 20 May 2021 08:52:54 -0400 Subject: [PATCH] Update schema.md Added fy20Achieved to the dcoi schema table and example file --- pages/schema.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pages/schema.md b/pages/schema.md index 8ed8c0d..fda2c4a 100644 --- a/pages/schema.md +++ b/pages/schema.md @@ -199,6 +199,7 @@ fy18Achieved | Decimal, 0 - 100 | Yes | fy19Planned | Decimal, 0 - 100 | Yes | Must be total amount for **2019 only** expressed in MILLIONS of dollars. fy19Achieved | Decimal, 0 - 100 | Yes | Must be total amount for **2019 only** expressed in MILLIONS of dollars. fy20Planned | Decimal, 0 - 100 | Yes | Must be total amount for **2020 only** expressed in MILLIONS of dollars. +fy20Achieved | Decimal, 0 - 100 | Yes | Must be total amount for **2020 only** expressed in MILLIONS of dollars. fy21Planned | Decimal, 0 - 100 | Yes | Must be total amount for **2021 only** expressed in MILLIONS of dollars. fy22Planned | Decimal, 0 - 100 | Yes | Must be total amount for **2022 only** expressed in MILLIONS of dollars. explanationForUnmetPlannedValue | String, 0 - 10000 | No | @@ -280,6 +281,7 @@ historicalCostSavings | String, 5 - 10000 | Yes | "fy19Planned": 20, "fy19Achieved": 0, "fy20Planned": 35, + "fy20Achieved": 25, "fy21Planned": 21, "fy22Planned": 21, "costsOfClosures": "REQUIRED TEXT",