ConsumerDataStandardsAustralia / register

ACCC CDR Register GitHub issue register for external collaboration
https://cdr-register.github.io/register/
38 stars 4 forks source link

V1.3.0 DCR introduced fields are not reflected in the swagger definition #172

Closed CDR-Register-Stream closed 3 years ago

CDR-Register-Stream commented 3 years ago

V1.3.0 of the CDR Register design introduced the following new fields:

  1. sector_identifier_uri
  2. legal_entity_id
  3. legal_entity_name

These fields are not reflected in the current DCR swagger definition

CDR-Register-Stream commented 3 years ago

The DCR Swagger definition will be updated with these properties.

Impact analysis will be performed to determine the impact to participants and manage this change

CDR-Register-Stream commented 3 years ago

This change would be defined as follows:

  1. sector_identifier_uri will be published as a mandatory field in the Registration Response
  2. legal_entity_id and legal_entity_name will be added as optional in the Registration Response
CDR-Register-Stream commented 3 years ago

This change has been included in V1.5.0

Please note that this change was made with ALL additional fields marked as optional in the Registration Response:

This change for sector_identifier_uri aligns to the fact that it is optional for the ADR to provide this field in the registration request. Data holders are expected to return this value if provided.

However, this does not deviate from the requirement that data holders must support the sector_identifier_uri

Closing as complete