Skip to content

Commit

Permalink
Standards Maintenance Issue 511: Corrected bullet point list formatti…
Browse files Browse the repository at this point in the history
…ng for Mandatory Fields in the Payload Conventions
  • Loading branch information
markverstege committed Jun 8, 2022
1 parent e0ba102 commit 4e285de
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ This release addresses the following Decision Proposals published on [Standards]
|------|-----------|----|
| Profile scope data language link | [**Standards Maintenance #511**](https://github.com/ConsumerDataStandardsAustralia/standards-maintenance/issues/511): Fixed the link in the "OpenID Connect End-User Data" section linking to the CX Data Language: Profile Scope section. Addresses [Issue 511 comment](https://github.com/ConsumerDataStandardsAustralia/standards-maintenance/issues/511#issuecomment-1135390550). | [Authorisation Scopes](../../#authorisation-scopes) |
| Formatting for Authorisation Code Flow | [**Standards Maintenance #511**](https://github.com/ConsumerDataStandardsAustralia/standards-maintenance/issues/511): Corrected the formatting of a bullet point list in the Authorisation Code Flow section obligations. Addresses [Issue 511 comment](https://github.com/ConsumerDataStandardsAustralia/standards-maintenance/issues/511#issuecomment-1131001514). | [Authentication Flows](../../#authentication-flows) |
| Formatting for Mandatory Fields | [**Standards Maintenance #511**](https://github.com/ConsumerDataStandardsAustralia/standards-maintenance/issues/511): Corrected the formatting of a bullet point list in the Array Conventions' Mandatory Fields section. Addresses [Issue 511 comment](https://github.com/ConsumerDataStandardsAustralia/standards-maintenance/issues/511#issuecomment-1138437892). | [Payload Conventions: Array Conventions - Mandatory Fields](../../#yload-conventions) |


## Consumer Experience

Expand Down
5 changes: 5 additions & 0 deletions slate/source/includes/standards/_payloads.md
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,12 @@ Unless otherwise stated within the data standards, arrays are explicitly express

In objects where an array field is defined as having 0..n values, the array field must be explicitly expressed as an array in the payload, even if it only contains one item or is empty.

```diff
Fixed bullet point list to render correctly.
```

This applies equally for object arrays. Where a field is defined as an array value, the response should be:

* an array of objects,
* an array of values, or
* an empty array (``[]``).
Expand Down

0 comments on commit 4e285de

Please sign in to comment.