Skip to content

Commit f9fd325

Browse files
committed
fix: kami schema
1 parent e2f2b3e commit f9fd325

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

kami/schema/theme.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@
184184
"required": [],
185185
"type": "object"
186186
},
187-
"homePage": {
187+
"home_page": {
188188
"type": "string"
189189
},
190190
"icp": {
@@ -285,7 +285,7 @@
285285
"required": [],
286286
"type": "object"
287287
},
288-
"logoSvg": {
288+
"logo_svg": {
289289
"type": [
290290
"string",
291291
"null"

kami/schema/theme.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ properties:
316316
type: object
317317
type:
318318
type: string
319-
homePage:
319+
home_page:
320320
type: object
321321
properties:
322322
type:
@@ -477,7 +477,7 @@ properties:
477477
type: object
478478
type:
479479
type: string
480-
logoSvg:
480+
logo_svg:
481481
type: object
482482
properties:
483483
type:

0 commit comments

Comments
 (0)