Skip to content

Commit e74e5e4

Browse files
authored
Merge pull request #771 from nvartolomei/development
use number type for pricing (these are floats and not integers)
2 parents 8db8240 + db2eef7 commit e74e5e4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

openapi.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23556,12 +23556,12 @@ components:
2355623556
Cost in US dollars, broken down into hourly and monthly charges.
2355723557
properties:
2355823558
hourly:
23559-
type: integer
23559+
type: number
2356023560
description: Cost (in US dollars) per hour.
2356123561
example: 0.03
2356223562
x-linode-cli-display: 9
2356323563
monthly:
23564-
type: integer
23564+
type: number
2356523565
description: Cost (in US dollars) per month.
2356623566
example: 20
2356723567
x-linode-cli-display: 10
@@ -23583,12 +23583,12 @@ components:
2358323583
description: Cost of enabling Backups for this Linode Type.
2358423584
properties:
2358523585
hourly:
23586-
type: integer
23586+
type: number
2358723587
description: >
2358823588
The cost (in US dollars) per hour to add Backups service.
2358923589
example: 0.008
2359023590
monthly:
23591-
type: integer
23591+
type: number
2359223592
description: >
2359323593
The cost (in US dollars) per month to add Backups service.
2359423594
example: 5

0 commit comments

Comments
 (0)