Skip to content

Commit

Permalink
Merge pull request #148 from ConsumerDataStandardsAustralia/staging/136
Browse files Browse the repository at this point in the history
Fix #136
  • Loading branch information
JamesMBligh authored Mar 21, 2022
2 parents 0328d3f + 6a25b03 commit 7016f85
Showing 1 changed file with 11 additions and 24 deletions.
35 changes: 11 additions & 24 deletions swagger-gen/api/cds_energy.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"required": [
"data",
"links",
"meta"
"me"
],
"properties": {
"data": {
Expand Down Expand Up @@ -170,7 +170,8 @@
"type": "object",
"required": [
"data",
"links"
"links",
"meta"
],
"properties": {
"data": {
Expand Down Expand Up @@ -219,7 +220,8 @@
"type": "object",
"required": [
"data",
"links"
"links",
"meta"
],
"properties": {
"data": {
Expand All @@ -237,7 +239,8 @@
"type": "object",
"required": [
"data",
"links"
"links",
"meta"
],
"properties": {
"data": {
Expand All @@ -255,7 +258,8 @@
"type": "object",
"required": [
"data",
"links"
"links",
"meta"
],
"properties": {
"data": {
Expand Down Expand Up @@ -331,7 +335,8 @@
"type": "object",
"required": [
"data",
"links"
"links",
"meta"
],
"properties": {
"data": {
Expand Down Expand Up @@ -3848,12 +3853,6 @@
"type": "string",
"description": "The [version](#response-headers) of the API end point that the data holder has responded with."
}
},
"x-fapi-interaction-id": {
"schema": {
"type": "string",
"description": "An **[[RFC4122]](#nref-RFC4122)** UUID used as a correlation id. If provided, the data holder must play back this value in the x-fapi-interaction-id response header. If not provided a **[[RFC4122]](#nref-RFC4122)** UUID value is required to be provided in the response header to track the interaction."
}
}
},
"content": {
Expand All @@ -3872,12 +3871,6 @@
"type": "string",
"description": "The [version](#response-headers) of the API end point that the data holder has responded with."
}
},
"x-fapi-interaction-id": {
"schema": {
"type": "string",
"description": "An **[[RFC4122]](#nref-RFC4122)** UUID used as a correlation id. If provided, the data holder must play back this value in the x-fapi-interaction-id response header. If not provided a **[[RFC4122]](#nref-RFC4122)** UUID value is required to be provided in the response header to track the interaction."
}
}
},
"content": {
Expand Down Expand Up @@ -4276,9 +4269,6 @@
},
{
"$ref": "#/components/parameters/x-min-v"
},
{
"$ref": "#/components/parameters/x-fapi-interaction-id"
}
],
"responses": {
Expand Down Expand Up @@ -4366,9 +4356,6 @@
},
{
"$ref": "#/components/parameters/x-min-v"
},
{
"$ref": "#/components/parameters/x-fapi-interaction-id"
}
],
"responses": {
Expand Down

0 comments on commit 7016f85

Please sign in to comment.