Skip to content

Commit

Permalink
Merge pull request #495 from open-contracting/492-adding-manual-links
Browse files Browse the repository at this point in the history
fix: assetLifetime.durationInDays link in sustainability.yaml
  • Loading branch information
jpmckinney authored Sep 26, 2024
2 parents 15dbd85 + a46dd7b commit c1a546e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/cost/ids/sustainability.md
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,7 @@ Disclose the expected lifetime of the asset. This tends to be part of the design
:columns: 8
OC4IDS mapping
^^^
Project Level: Convert to days and map to `assetLifetime.durationInDays`.
Project Level: Convert to days and map to [`assetLifetime.durationInDays`](project-schema.json,/definitions/Period,durationInDays).
```json
{
"assetLifetime": {
Expand Down Expand Up @@ -1499,7 +1499,7 @@ CoST IDS element
^^^
Disclose dates for project approval:
- submission date
- submission date
- approval date
````
Expand Down
8 changes: 6 additions & 2 deletions mapping/sustainability.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@
module: Economic and fiscal
indicator: Economic viability
disclosure format: Disclose the expected lifetime of the asset. This tends to be part of the design report.
mapping: 'Project Level: Convert to days and map to `assetLifetime.durationInDays`.'
mapping: 'Project Level: Convert to days and map to [`assetLifetime.durationInDays`](project-schema.json,/definitions/Period,durationInDays).'
example: |-
{
"assetLifetime": {
Expand Down Expand Up @@ -1259,7 +1259,11 @@
title: Project approval period
module: Climate finance
indicator: Accessibility
disclosure format: "Disclose dates for project approval:\n\n- submission date \n- approval date"
disclosure format: |-
Disclose dates for project approval:
- submission date
- approval date
mapping: |-
Project level:
Expand Down

0 comments on commit c1a546e

Please sign in to comment.