File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change 24329
24329
"annual_discount": {
24330
24330
"nullable": true,
24331
24331
"description": "Annual discount. The percentage off the monthly price if the user pays annually.",
24332
- "type": "integer",
24333
- "format": "uint",
24334
- "minimum": 0
24332
+ "type": "number",
24333
+ "format": "double"
24335
24334
},
24336
24335
"description": {
24337
24336
"description": "A description of the tier.",
37608
37607
"annual_discount": {
37609
37608
"nullable": true,
37610
37609
"description": "Annual discount. The percentage off the monthly price if the user pays annually.",
37611
- "type": "integer",
37612
- "format": "uint",
37613
- "minimum": 0
37610
+ "type": "number",
37611
+ "format": "double"
37614
37612
},
37615
37613
"description": {
37616
37614
"description": "A description of the tier.",
You can’t perform that action at this time.
0 commit comments