Skip to content

Commit

Permalink
schema(nit): Use "Additional" instead of "Further"
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Jan 20, 2024
1 parent 9f6e7cd commit 99732a6
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions release-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
},
"riskPremiumDetails": {
"title": "Risk premium details",
"description": "Further details on the risk premium used including an explanation of why it was used.",
"description": "Additional details on the risk premium used: for example, the rationale.",
"type": [
"string",
"null"
Expand All @@ -50,7 +50,7 @@
},
"discountRateDetails": {
"title": "Discount rate details",
"description": "Further details on the discount rate used.",
"description": "Additional details on the discount rate used.",
"type": [
"string",
"null"
Expand All @@ -64,7 +64,7 @@
},
"netPresentValueDetails": {
"title": "Net present value details",
"description": "Further details on the calculation of the net present value.",
"description": "Additional details on the calculation of the net present value.",
"type": [
"string",
"null"
Expand All @@ -89,7 +89,7 @@
},
"debtEquityRatioDetails": {
"title": "Debt equity ratio details",
"description": "Further details on the calculation of the debt equity ratio.",
"description": "Additional details on the calculation of the debt equity ratio.",
"type": [
"string",
"null"
Expand All @@ -103,7 +103,7 @@
},
"shareCapitalDetails": {
"title": "Share capital details",
"description": "Further details on the calculation of the share capital.",
"description": "Additional details on the calculation of the share capital.",
"type": [
"string",
"null"
Expand All @@ -120,7 +120,7 @@
},
"subsidyRatioDetails": {
"title": "Subsidy ratio details",
"description": "Further details on the calculation of the subsidy ratio.",
"description": "Additional details on the calculation of the subsidy ratio.",
"type": [
"string",
"null"
Expand All @@ -137,7 +137,7 @@
},
"projectIRRDetails": {
"title": "Project IRR details",
"description": "Further details on the calculation of the project IRR.",
"description": "Additional details on the calculation of the project IRR.",
"type": [
"string",
"null"
Expand Down

0 comments on commit 99732a6

Please sign in to comment.