From ca51af8949e2a150b9943f2c69ca793bdbb58cd7 Mon Sep 17 00:00:00 2001 From: James McKinney <26463+jpmckinney@users.noreply.github.com> Date: Fri, 19 Jan 2024 19:17:31 -0500 Subject: [PATCH] schema: Use common decimal phrasing --- release-schema.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/release-schema.json b/release-schema.json index bc23ac4..f7c7a07 100644 --- a/release-schema.json +++ b/release-schema.json @@ -195,7 +195,7 @@ "properties": { "base": { "title": "Base", - "description": "The variable to which an additional margin amount is added to get the Interest amount. This can be specified as a fixed number, as a known variable (e.g. LIBOR or LIBOR+1%), or can be omitted if margin specifies the entire interest rate.", + "description": "The variable to which an additional margin amount is added to get the interest amount. This can be specified as a fixed number, as a known variable (e.g. LIBOR or LIBOR+1%), or can be omitted if margin specifies the entire interest rate.", "type": [ "string", "number", @@ -205,7 +205,7 @@ }, "margin": { "title": "Margin", - "description": "The variable added to the base to give the Interest amount expressed as a decimal fraction (e.g. 12.5% = 0.125).", + "description": "The variable added to the base to give the interest amount, expressed as a decimal (for example, 0.1) and not as a percentage (for example, 10).", "type": [ "number", "null"