Skip to content

Commit

Permalink
fix #138
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesMBligh committed Mar 21, 2022
1 parent 4f10be5 commit ed23bc7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions swagger-gen/api/cds_energy.json
Original file line number Diff line number Diff line change
Expand Up @@ -801,7 +801,7 @@
}
},
"coolingOffDays": {
"type": "string",
"type": "integer",
"x-cds-type": "PositiveInteger",
"description": "Number of days in the cooling off period for the contract. Mandatory for plans with type of MARKET "
},
Expand Down Expand Up @@ -2180,7 +2180,7 @@
"properties": {
"readIntervalLength": {
"description": "Read interval length in minutes",
"type": "string",
"type": "integer",
"x-cds-type": "PositiveInteger"
},
"aggregateValue": {
Expand Down Expand Up @@ -2346,7 +2346,7 @@
},
"count": {
"description": "Number of AC Connections in the group. For the suite of AC Connections to be considered as a group, all of the AC Connections included must have the same attributes",
"type": "string",
"type": "integer",
"x-cds-type": "PositiveInteger"
},
"equipmentType": {
Expand Down

0 comments on commit ed23bc7

Please sign in to comment.