Skip to content

Commit 9f3f932

Browse files
Update api spec (#1301)
YOYO NEW API SPEC! Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent f2e32a5 commit 9f3f932

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

spec.json

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24329,9 +24329,8 @@
2432924329
"annual_discount": {
2433024330
"nullable": true,
2433124331
"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"
2433524334
},
2433624335
"description": {
2433724336
"description": "A description of the tier.",
@@ -37608,9 +37607,8 @@
3760837607
"annual_discount": {
3760937608
"nullable": true,
3761037609
"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"
3761437612
},
3761537613
"description": {
3761637614
"description": "A description of the tier.",

0 commit comments

Comments
 (0)