Skip to content

Commit

Permalink
Corrected typos in EnergyInvoiceGasUsageCharges
Browse files Browse the repository at this point in the history
  • Loading branch information
nils-work committed Sep 6, 2023
1 parent 2e60918 commit bae9f3e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions slate/source/includes/_energy_apis.md.erb
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,8 @@ markdown presentation of POST endpoints and
remove broken links to models
```

```diff
Corrected descriptions mentioning electricity in the EnergyInvoiceGasUsageCharges schema
```

<%= partial "includes/cds_energy.md" %>
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ No Change

|Change|Description|Link|
|------|-----------|----|
| | | |
| Corrected typos | **[Standards Maintenance #599](https://github.com/ConsumerDataStandardsAustralia/standards-maintenance/issues/599):** Corrected descriptions mentioning electricity in the EnergyInvoiceGasUsageCharges schema. Addresses [this issue comment](https://github.com/ConsumerDataStandardsAustralia/standards-maintenance/issues/599#issuecomment-1678450294) | [Energy APIs](../../#energy-apis) |

## Information Security Profile

Expand Down
6 changes: 3 additions & 3 deletions swagger-gen/api/cds_energy.json
Original file line number Diff line number Diff line change
Expand Up @@ -3231,12 +3231,12 @@
"x-cds-type": "AmountString"
},
"totalOnceOffCharges": {
"description": "The aggregate total of any once off charges arising from electricity usage for the period covered by the invoice (exclusive of GST)",
"description": "The aggregate total of any once off charges arising from gas usage for the period covered by the invoice (exclusive of GST)",
"type": "string",
"x-cds-type": "AmountString"
},
"totalOnceOffDiscounts": {
"description": "The aggregate total of any once off discounts or credits arising from electricity usage for the period covered by the invoice (exclusive of GST)",
"description": "The aggregate total of any once off discounts or credits arising from gas usage for the period covered by the invoice (exclusive of GST)",
"type": "string",
"x-cds-type": "AmountString"
},
Expand Down Expand Up @@ -3276,7 +3276,7 @@
}
},
"totalGst": {
"description": "The total GST for all electricity usage charges. If absent then zero is assumed",
"description": "The total GST for all gas usage charges. If absent then zero is assumed",
"type": "string",
"x-cds-type": "AmountString"
}
Expand Down

0 comments on commit bae9f3e

Please sign in to comment.