Skip to content

Commit

Permalink
Standards Staging #68: fixed energy OAS3 json validation issue (#71)
Browse files Browse the repository at this point in the history
Fixes OAS3 bug for the Energy schema
  • Loading branch information
CDR-API-Stream committed Dec 14, 2021
1 parent 861af57 commit 38b90e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ This release minor errata and documentation fixes.

|Change|Description|Link|
|------|-----------|----|
| Energy schema | Fixed a schema bug which included an extraneous comma that caused OAS3 validation issues | [Energy Schema](../../#energy-apis) |

## Information Security Profile

Expand Down
2 changes: 1 addition & 1 deletion swagger-gen/api/cds_energy.json
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@
"type": "array",
"items": {
"$ref": "#/components/schemas/EnergyUsageRead"
},
}
}
}
},
Expand Down

0 comments on commit 38b90e0

Please sign in to comment.