From 4bf07eb3ce74561c33a4722b0008e075a9af773f Mon Sep 17 00:00:00 2001 From: odscjen Date: Mon, 4 Dec 2023 10:31:29 +0000 Subject: [PATCH 1/2] release-schema.json: update .shareholding description --- README.md | 4 ++++ release-schema.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2e5f6e1..8534da3 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,10 @@ Report issues for this extension in the [ocds-extensions repository](https://git ## Changelog +### 2023-12-04 + +* Update and clarify `Shareholder.shareholding` field description. + ### 2021-05-24 * Remove `Organization.beneficialOwnership`. diff --git a/release-schema.json b/release-schema.json index 47a1ea4..787e130 100644 --- a/release-schema.json +++ b/release-schema.json @@ -21,7 +21,7 @@ }, "shareholding": { "title": "Shareholding", - "description": "The percentage of the organization's shares held by the shareholder, expressed as a decimal between 0 and 1.", + "description": "The percentage of the organization's shares held by the shareholder, expressed as a decimal proportion between 0 and 1.", "type": [ "number", "null" From 9dff9e230556b2937fa47c7f1577d6a67ef535ad Mon Sep 17 00:00:00 2001 From: odscjen <95221058+odscjen@users.noreply.github.com> Date: Tue, 5 Dec 2023 15:09:54 +0000 Subject: [PATCH 2/2] Update release-schema.json Co-authored-by: James McKinney <26463+jpmckinney@users.noreply.github.com> --- release-schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release-schema.json b/release-schema.json index 787e130..2474734 100644 --- a/release-schema.json +++ b/release-schema.json @@ -21,7 +21,7 @@ }, "shareholding": { "title": "Shareholding", - "description": "The percentage of the organization's shares held by the shareholder, expressed as a decimal proportion between 0 and 1.", + "description": "The proportion of the organization's shares held by the shareholder, expressed as a decimal between 0 and 1.", "type": [ "number", "null"