From dba1ff4ed60a9d56678d3f44dbec6ad19fa633da Mon Sep 17 00:00:00 2001 From: odscjen <95221058+odscjen@users.noreply.github.com> Date: Tue, 5 Dec 2023 15:12:29 +0000 Subject: [PATCH] Apply suggestions from code review Co-authored-by: James McKinney <26463+jpmckinney@users.noreply.github.com> --- README.md | 2 +- release-schema.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2c4743d..859282e 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ The following JSON snippet models a contracting process where fees are applied t } ``` -The following JSON snippet models a contracting process with a participation fee of 5% of the award value, payable by the winning bidder. +A participation fee of 5% of the award value, payable by the winning bidder: ```json { diff --git a/release-schema.json b/release-schema.json index 8e80696..77db891 100644 --- a/release-schema.json +++ b/release-schema.json @@ -39,7 +39,7 @@ }, "relativeValue": { "title": "Relative value", - "description": "The value of the participation fee, as a proportion of the monetary value.", + "description": "The value of the participation fee, as a proportion of a monetary value.", "$ref": "#/definitions/RelativeValue" }, "description": { @@ -90,7 +90,7 @@ "properties": { "proportion": { "title": "Proportion", - "description": "The percentage of the monetary value, expressed as a decimal proportion between 0 and 1.", + "description": "The proportion of the monetary value, expressed as a decimal between 0 and 1.", "type": [ "number" ],