Skip to content

Commit

Permalink
schema: Copy-edit field titles
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Jan 20, 2024
1 parent d559d14 commit 82867f1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions release-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,15 +80,15 @@
"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",
"null"
]
},
"debtEquityRatioDetails": {
"title": "Debt equity ratio details",
"title": "Debt-equity ratio details",
"description": "Additional details on the calculation of the debt equity ratio.",
"type": [
"string",
Expand Down Expand Up @@ -128,15 +128,15 @@
"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",
"null"
]
},
"projectIRRDetails": {
"title": "Project IRR details",
"title": "Internal rate of return details",
"description": "Additional details on the calculation of the project IRR.",
"type": [
"string",
Expand Down

0 comments on commit 82867f1

Please sign in to comment.