You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: