Skip to content

Commit

Permalink
schema: Use common decimal phrasing
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Jan 20, 2024
1 parent 6e71315 commit ca51af8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions release-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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"
Expand Down

0 comments on commit ca51af8

Please sign in to comment.