File tree Expand file tree Collapse file tree 1 file changed +41
-38
lines changed Expand file tree Collapse file tree 1 file changed +41
-38
lines changed Original file line number Diff line number Diff line change @@ -10696,45 +10696,48 @@
10696
10696
"type": "object",
10697
10697
"properties": {
10698
10698
"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
+ }
10730
10738
},
10731
- "unit": {
10732
- "type": "string",
10733
- "readOnly": true,
10734
- "description": "Unit"
10735
- }
10736
- },
10737
- "description": "Usage"
10739
+ "description": "Usage"
10740
+ }
10738
10741
}
10739
10742
}
10740
10743
}
You can’t perform that action at this time.
0 commit comments