From 82867f1ee161c7be3971058fb7976f11774a40a5 Mon Sep 17 00:00:00 2001 From: James McKinney <26463+jpmckinney@users.noreply.github.com> Date: Fri, 19 Jan 2024 19:31:34 -0500 Subject: [PATCH] schema: Copy-edit field titles --- release-schema.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/release-schema.json b/release-schema.json index 966b157..31080cc 100644 --- a/release-schema.json +++ b/release-schema.json @@ -80,7 +80,7 @@ "type": "object", "properties": { "debtEquityRatio": { - "title": "Debt equity ratio", + "title": "Debt-equity ratio", "description": "The debt-equity ratio of the project, expressed as a decimal (for example, 0.1). Also called gearing or leverage.", "type": [ "number", @@ -88,7 +88,7 @@ ] }, "debtEquityRatioDetails": { - "title": "Debt equity ratio details", + "title": "Debt-equity ratio details", "description": "Additional details on the calculation of the debt equity ratio.", "type": [ "string", @@ -128,7 +128,7 @@ "minLength": 1 }, "projectIRR": { - "title": "Project Internal Rate of Return", + "title": "Internal rate of return", "description": "The internal rate of return of the project, expressed as a decimal (for example, 0.1) and not as a percentage (for example, 10).", "type": [ "number", @@ -136,7 +136,7 @@ ] }, "projectIRRDetails": { - "title": "Project IRR details", + "title": "Internal rate of return details", "description": "Additional details on the calculation of the project IRR.", "type": [ "string",