Skip to content

Commit

Permalink
Added new terminated contract status codes to the schema #395
Browse files Browse the repository at this point in the history
  • Loading branch information
ColinMaudry committed Jan 28, 2021
1 parent a4e238f commit 8fe7422
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions schema/dereferenced-release-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -5666,6 +5666,8 @@
"active",
"cancelled",
"terminated",
"terminatedEarly",
"terminatedSuccessfully",
null
],
"codelist": "contractStatus.csv",
Expand Down Expand Up @@ -14054,6 +14056,8 @@
"active",
"cancelled",
"terminated",
"terminatedEarly",
"terminatedSuccessfully",
null
],
"codelist": "contractStatus.csv",
Expand Down
2 changes: 2 additions & 0 deletions schema/release-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -672,6 +672,8 @@
"active",
"cancelled",
"terminated",
"terminatedEarly",
"terminatedSuccessfully",
null
],
"codelist": "contractStatus.csv",
Expand Down
2 changes: 2 additions & 0 deletions schema/versioned-release-validation-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -716,6 +716,8 @@
"active",
"cancelled",
"terminated",
"terminatedEarly",
"terminatedSuccessfully",
null
],
"codelist": "contractStatus.csv",
Expand Down

0 comments on commit 8fe7422

Please sign in to comment.