This repository houses the interactions, consultations and work management to support the maintenance of baselined components of the Consumer Data Right API Standards and Information Security profile.
41
stars
9
forks
source link
Unknown field in Energy Secondary Data Holder OpenAPI spec #499
In the schema EnergyServicePointDetail_relatedParticipants required fields are listed as "location", "party", "role" however the schema only defines the properties "party" and "role". This is causing issues with our type generation code.
Area Affected
Energy Secondary Data Holder OpenAPI specification, schema EnergyServicePointDetail_relatedParticipants
Change Proposed
As the field location is not present in the schema, it should be removed from the required fields.
Description
In the schema
EnergyServicePointDetail_relatedParticipants
required fields are listed as"location", "party", "role"
however the schema only defines the properties"party"
and"role"
. This is causing issues with our type generation code.Area Affected
Energy Secondary Data Holder OpenAPI specification, schema
EnergyServicePointDetail_relatedParticipants
Change Proposed
As the field
location
is not present in the schema, it should be removed from the required fields.