Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed typo - defect/394 #399

Merged
merged 1 commit into from
Jul 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.

Expand Down
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.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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):

Expand Down Expand Up @@ -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
Expand Down
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
Expand Up @@ -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,
Expand Down