Skip to content

Commit

Permalink
Fix typos to clarify documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
nils-work committed Feb 21, 2024
1 parent 6ec9618 commit 60a0e9e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
4 changes: 3 additions & 1 deletion slate/source/includes/_register.md.erb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ These endpoints are exposed by the Register and consumed by Data Holders and Dat
These statuses are provided authoritatively by the Register to allow participants to determine whether a connecting third-party is permitted to perform registration requests or data sharing requests.
</aside>


```diff
**v1.29.1 Change** Corrected typos in the description of the `kid` field in the 'JWK' schema of the 'Get JWKS' endpoint
```

<br>
<table>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ This release addresses the following minor defects raised on [Standards Staging]

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

- [Maintenance Issue xxx - Description](https://github.com/ConsumerDataStandardsAustralia/standards-maintenance/issues/xxx)
- [Maintenance Issue 612 - Maintenance Iteration 17 Holistic Feedback](https://github.com/ConsumerDataStandardsAustralia/standards-maintenance/issues/612)

### Decision Proposals

Expand Down Expand Up @@ -59,6 +59,7 @@ This release addresses the following Decision Proposals published on [Standards]

|Change|Description|Link|
|------|-----------|----|
|Corrected typos|**[Maintenance Issue 612 - Maintenance Iteration 17 Holistic Feedback](https://github.com/ConsumerDataStandardsAustralia/standards-maintenance/issues/612#issuecomment-1720719607):** Corrected typos in the description of the `kid` field in the 'JWK' schema of the 'Get JWKS' endpoint|[JWK schema](../../#cdr-participant-discovery-api_schemas_tocSjwk)|

## Consumer Experience

Expand Down
2 changes: 1 addition & 1 deletion swagger-gen/api/cds_register.json
Original file line number Diff line number Diff line change
Expand Up @@ -1085,7 +1085,7 @@
},
"kid": {
"type": "string",
"description": "The \"kid\" (key ID) parameter is partially used to match a specific key. Note the \"kid\" parameter is not guaranteed unique and additional parameters should be used to progressively to identify a key within a set",
"description": "The \"kid\" (key ID) parameter is partially used to match a specific key. Note the \"kid\" parameter is not guaranteed to be unique and additional parameters should be used to progressively identify a key within a set",
"x-cds-type": "ExternalRef"
},
"kty": {
Expand Down

0 comments on commit 60a0e9e

Please sign in to comment.