Skip to content

Commit

Permalink
Merge pull request #320 from ConsumerDataStandardsAustralia/defect/306
Browse files Browse the repository at this point in the history
Defect/306
  • Loading branch information
JamesMBligh authored Oct 9, 2023
2 parents d30756f + 489f83b commit 58fb690
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion slate/source/includes/_dcr_apis.md.erb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ This specification defines the APIs for Data Holders exposing Dynamic Client Reg
<tr><td><a href='./includes/swagger/cds_dcr.yaml'>DCR OpenAPI Specification (YAML)</a></td></tr>
</table>


```diff
Updated 'Non-normative Examples' to include JWT Body parameter for POST and PUT
```

```diff
Corrected typo in the description of the software_roles field
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ This release addresses the following minor defects raised on [Standards Staging]
- [Staging Issue 196 - Incorrect levelling of largeSecondary object](https://github.com/ConsumerDataStandardsAustralia/standards-staging/issues/196)
- [Staging Issue #197 - Update client registration non-normative examples to include energy sectors](https://github.com/ConsumerDataStandardsAustralia/standards-staging/issues/197)
- [Staging Issue #305 - Long lines break words and cause scrollbars](https://github.com/ConsumerDataStandardsAustralia/standards-staging/issues/305)
- [Staging Issue 306 - Body parameter for JWT POST + PUT not displayed](https://github.com/ConsumerDataStandardsAustralia/standards-staging/issues/306)

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

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

|Change|Description|Link|
|------|-----------|----|
| Body parameter for JWT POST + PUT | **[Standards Staging #306](https://github.com/ConsumerDataStandardsAustralia/standards-staging/issues/306):** Updated 'Non-normative Examples' to include JWT Body parameter for POST and PUT | [DCR APIs](../../#dcr-apis) |
| Updated non-normative SSA examples | **[Standards Staging #197](https://github.com/ConsumerDataStandardsAustralia/standards-staging/issues/197):** Updated encoded and decoded example SSAs to include energy scopes and minor updates for clarity and consistency. | [Security Profile](../../#security-profile)<br>[DCR APIs](../../#dcr-apis) |
| Corrected typo | **[Standards Maintenance #599](https://github.com/ConsumerDataStandardsAustralia/standards-maintenance/issues/599):** Corrected typo in the description of the `software_roles` field in the **Client Registration** and **DCR APIs** sections. Addresses [this issue comment](https://github.com/ConsumerDataStandardsAustralia/standards-maintenance/issues/599#issuecomment-1700463647) | [Security Profile](../../#security-profile) |
| Updated reference | **[Standards Maintenance #599](https://github.com/ConsumerDataStandardsAustralia/standards-maintenance/issues/599):** Updated [FAPI-RW-Draft] to refer to [FAPI-1.0-Advanced]. Addresses [this issue comment](https://github.com/ConsumerDataStandardsAustralia/standards-maintenance/issues/599#issuecomment-1709482553) | [Security Profile](../../#security-profile) |
Expand Down
2 changes: 1 addition & 1 deletion swagger-gen/widdershins-cdr/common.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const contentTypes = {
xml: ['^(application|text|image){1}\\/(.*\\+){0,1}xml(;){0,1}(\\s){0,}(charset=.*){0,}$'],
json: ['^(application|text){1}\\/(.*\\+){0,1}json(;){0,1}(\\s){0,}(charset=.*){0,}$'],
yaml: ['application/x-yaml', 'text/x-yaml'],
form: ['multipart/form-data', 'application/x-www-form-urlencoded', 'application/octet-stream']
form: ['multipart/form-data', 'application/x-www-form-urlencoded', 'application/octet-stream', 'application/jwt']
};

function nop(obj) {
Expand Down

0 comments on commit 58fb690

Please sign in to comment.