From 3d51f695f5f7820d3b5c8ab0dd4f5f1b322dea5d Mon Sep 17 00:00:00 2001 From: Tim Davies Date: Thu, 20 Jul 2017 12:05:45 +0100 Subject: [PATCH] BugFix to correct milestoneType codelist --- standard/schema/codelists/milestoneType.csv | 8 +++++--- standard/schema/release-schema.json | 10 ---------- 2 files changed, 5 insertions(+), 13 deletions(-) diff --git a/standard/schema/codelists/milestoneType.csv b/standard/schema/codelists/milestoneType.csv index 3d450e663..cdb61c5ec 100644 --- a/standard/schema/codelists/milestoneType.csv +++ b/standard/schema/codelists/milestoneType.csv @@ -1,6 +1,8 @@ Code,Title,Description -planning,Planning milesones,"For events during the planning phase of a process." +preProcurement,Pre-procurement milestones,"For events during the planning or pre-procurement phase of a process, such as the preparation of key studies." +approval,Approval,For events such as the sign-off of a contract or project. engagement,Engagement milestones,"For engagement milestones, such as a public hearing." -adjudication,Adjudication milestones,"For adjudication milestones, such as the meeting date of a committee." +assessment,Assessment milestones,"For assessment and adjudication milestones, such as the meeting date of a committee." delivery,Delivery milestones,"For delivery milestones, such as the date when a good or service should be provided." -reporting,Reporting milestones,"For reporting milestones, such as when key reports should be provided." \ No newline at end of file +reporting,Reporting milestones,"For reporting milestones, such as when key reports should be provided." +financing,Financing milestones,"For events such as planned payments, or equity transfers in public private partnership projects." \ No newline at end of file diff --git a/standard/schema/release-schema.json b/standard/schema/release-schema.json index 4e3c2573e..cd35af06f 100644 --- a/standard/schema/release-schema.json +++ b/standard/schema/release-schema.json @@ -814,16 +814,6 @@ "string", "null" ], - "enum": [ - "preProcurement", - "engagement", - "approval", - "assessment", - "delivery", - "reporting", - "financing", - null - ], "codelist": "milestoneType.csv", "opencodelist": true },