Skip to content

Commit a2c86fc

Browse files
committed
Updated tiers admin api schema
- adds id to schema - updates description to be a string or null value
1 parent da8e528 commit a2c86fc

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,15 @@
99
"type": "object",
1010
"additionalProperties": false,
1111
"properties": {
12+
"id": {
13+
"strip": true
14+
},
1215
"name": {
1316
"type": "string",
1417
"maxLength": 191
1518
},
1619
"description": {
17-
"type": "string",
20+
"type": ["string", "null"],
1821
"maxLength": 191
1922
},
2023
"slug": {

0 commit comments

Comments
 (0)