Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
Addresses: #394
  • Loading branch information
nils-work committed May 29, 2024
1 parent c7f2f73 commit 509c17b
Showing 4 changed files with 10 additions and 3 deletions.
4 changes: 3 additions & 1 deletion slate/source/includes/additional.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Additional Standards


```diff
Fixed typo in 'Country of registeration' in the Candidate Standards for the Banking and Non-Bank Lending sector
```

The Consumer Data Standards also incorporate other non-binding standards that are developed to facilitate consultation and feedback or to facilitate voluntary extension of CDR implementations.

Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Register APIs

```diff
Fixed typo in 'Country of registeration' in the description of registeredCountry
```

The following section provides an overview of the Register APIs for Data Holders and Data Recipients to collect participant metadata.
These endpoints are exposed by the Register and consumed by Data Holders and Data Recipients.

Original file line number Diff line number Diff line change
@@ -17,7 +17,7 @@ Release notes for version v1.31.0 of the [CDR Standards](../../index.html).

This release addresses the following minor defects raised on [Standards Staging](https://github.com/ConsumerDataStandardsAustralia/standards-staging/issues):

- [Standards Staging #XXX - Title](https://github.com/ConsumerDataStandardsAustralia/standards-staging/issues/XXX)
- [Standards Staging #394 - Fix typo 'registeration'](https://github.com/ConsumerDataStandardsAustralia/standards-staging/issues/394)

This release addresses the following change requests raised on [Standards Maintenance](https://github.com/ConsumerDataStandardsAustralia/standards-maintenance/issues):

@@ -76,6 +76,7 @@ This release addresses the following Decision Proposals published on [Standards]
## Additional Standards
|Change|Description|Link|
|------|-----------|----|
| Fixed typo | [**Standards Staging #394**](https://github.com/ConsumerDataStandardsAustralia/standards-staging/issues/394): Fixed typo in 'Country of registeration' in the Candidate Standards for the Banking and Non-Bank Lending sector | [Additional Standards](../../#additional-standards)


## Known Issues
2 changes: 1 addition & 1 deletion swagger-gen/api/cds_register_banking_non_bank_lending.json
Original file line number Diff line number Diff line change
@@ -678,7 +678,7 @@
"registeredCountry": {
"maxLength": 100,
"type": "string",
"description": "Country of registeration (if the company is registered outside Australia)"
"description": "Country of registration (if the company is registered outside Australia)"
},
"abn": {
"maxLength": 11,

0 comments on commit 509c17b

Please sign in to comment.