Skip to content

Commit d3ca064

Browse files
author
Automated
committed
OpenAPI spec update: Thu Apr 17 13:12:06 UTC 2025
1 parent 00c1d00 commit d3ca064

File tree

1 file changed

+41
-38
lines changed

1 file changed

+41
-38
lines changed

exoscale/openapi.json

Lines changed: 41 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -10696,45 +10696,48 @@
1069610696
"type": "object",
1069710697
"properties": {
1069810698
"usage": {
10699-
"type": "object",
10700-
"properties": {
10701-
"from": {
10702-
"type": "string",
10703-
"readOnly": true,
10704-
"description": "Period Start Date"
10705-
},
10706-
"to": {
10707-
"type": "string",
10708-
"readOnly": true,
10709-
"description": "Period End Date"
10710-
},
10711-
"product": {
10712-
"type": "string",
10713-
"readOnly": true,
10714-
"description": "Product"
10715-
},
10716-
"variable": {
10717-
"type": "string",
10718-
"readOnly": true,
10719-
"description": "Variable"
10720-
},
10721-
"description": {
10722-
"type": "string",
10723-
"readOnly": true,
10724-
"description": "Description"
10725-
},
10726-
"quantity": {
10727-
"type": "string",
10728-
"readOnly": true,
10729-
"description": "Quantity"
10699+
"type": "array",
10700+
"items": {
10701+
"type": "object",
10702+
"properties": {
10703+
"from": {
10704+
"type": "string",
10705+
"readOnly": true,
10706+
"description": "Period Start Date"
10707+
},
10708+
"to": {
10709+
"type": "string",
10710+
"readOnly": true,
10711+
"description": "Period End Date"
10712+
},
10713+
"product": {
10714+
"type": "string",
10715+
"readOnly": true,
10716+
"description": "Product"
10717+
},
10718+
"variable": {
10719+
"type": "string",
10720+
"readOnly": true,
10721+
"description": "Variable"
10722+
},
10723+
"description": {
10724+
"type": "string",
10725+
"readOnly": true,
10726+
"description": "Description"
10727+
},
10728+
"quantity": {
10729+
"type": "string",
10730+
"readOnly": true,
10731+
"description": "Quantity"
10732+
},
10733+
"unit": {
10734+
"type": "string",
10735+
"readOnly": true,
10736+
"description": "Unit"
10737+
}
1073010738
},
10731-
"unit": {
10732-
"type": "string",
10733-
"readOnly": true,
10734-
"description": "Unit"
10735-
}
10736-
},
10737-
"description": "Usage"
10739+
"description": "Usage"
10740+
}
1073810741
}
1073910742
}
1074010743
}

0 commit comments

Comments
 (0)