Skip to content

Commit 6338c09

Browse files
committed
fix: updated schema
1 parent fb4a39b commit 6338c09

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1995,7 +1995,7 @@
19951995
},
19961996
"name": {
19971997
"description": "name of the billing entity",
1998-
"example": "acme_corp",
1998+
"example": "example",
19991999
"readOnly": true,
20002000
"type": [
20012001
"string"
@@ -2007,7 +2007,7 @@
20072007
"app",
20082008
"team"
20092009
],
2010-
"example": "team",
2010+
"example": "app",
20112011
"readOnly": true,
20122012
"type": [
20132013
"string"

0 commit comments

Comments
 (0)