From 8fe742289bb3f9847ba5de7f3ff2cb198bd1bcc6 Mon Sep 17 00:00:00 2001 From: Colin Maudry Date: Thu, 28 Jan 2021 16:17:23 +0100 Subject: [PATCH] Added new terminated contract status codes to the schema #395 --- schema/dereferenced-release-schema.json | 4 ++++ schema/release-schema.json | 2 ++ schema/versioned-release-validation-schema.json | 2 ++ 3 files changed, 8 insertions(+) diff --git a/schema/dereferenced-release-schema.json b/schema/dereferenced-release-schema.json index b65fc69d0..819e016d5 100644 --- a/schema/dereferenced-release-schema.json +++ b/schema/dereferenced-release-schema.json @@ -5666,6 +5666,8 @@ "active", "cancelled", "terminated", + "terminatedEarly", + "terminatedSuccessfully", null ], "codelist": "contractStatus.csv", @@ -14054,6 +14056,8 @@ "active", "cancelled", "terminated", + "terminatedEarly", + "terminatedSuccessfully", null ], "codelist": "contractStatus.csv", diff --git a/schema/release-schema.json b/schema/release-schema.json index 62f1a85de..02836b314 100644 --- a/schema/release-schema.json +++ b/schema/release-schema.json @@ -672,6 +672,8 @@ "active", "cancelled", "terminated", + "terminatedEarly", + "terminatedSuccessfully", null ], "codelist": "contractStatus.csv", diff --git a/schema/versioned-release-validation-schema.json b/schema/versioned-release-validation-schema.json index a4087add0..dd74a49e5 100644 --- a/schema/versioned-release-validation-schema.json +++ b/schema/versioned-release-validation-schema.json @@ -716,6 +716,8 @@ "active", "cancelled", "terminated", + "terminatedEarly", + "terminatedSuccessfully", null ], "codelist": "contractStatus.csv",