Skip to content

Commit f7b1a4a

Browse files
committed
Allowed null in schema for tier's monthly/yearly price
1 parent 4cff4f4 commit f7b1a4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/admin-api-schema/lib/schemas/tiers.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
},
6161
"tier-price": {
6262
"description": "A Stripe Price associated with a Tier",
63-
"type": "object",
63+
"type": ["object", "null"],
6464
"properties": {
6565
"id": {
6666
"type": "string",

0 commit comments

Comments
 (0)