Skip to content

Commit ea62dc1

Browse files
authored
openapi: fix invalid BillingStatus schema (object + enum hybrid) (Comfy-Org#14071)
1 parent 32a7092 commit ea62dc1

1 file changed

Lines changed: 2 additions & 9 deletions

File tree

openapi.yaml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9585,16 +9585,9 @@ components:
95859585
description: List of plan features
95869586

95879587
BillingStatus:
9588-
type: object
9588+
type: string
95899589
x-runtime: [cloud]
9590-
description: "[cloud-only] Overall billing and subscription status."
9591-
properties:
9592-
subscription:
9593-
$ref: "#/components/schemas/BillingSubscription"
9594-
balance:
9595-
$ref: "#/components/schemas/BillingBalance"
9596-
has_payment_method:
9597-
type: boolean
9590+
description: "[cloud-only] Overall billing/payment lifecycle status."
95989591
enum:
95999592
- awaiting_payment_method
96009593
- pending_payment

0 commit comments

Comments
 (0)