Skip to content

Commit 67cb175

Browse files
committed
fixed schema
1 parent 2faf5ec commit 67cb175

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

i18n/schema.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4582,9 +4582,6 @@
45824582
"alt_logo_kawaii": {
45834583
"type": "string"
45844584
},
4585-
"$schema": {
4586-
"type": "string"
4587-
},
45884585
"changelog": {
45894586
"type": "object",
45904587
"properties": {
@@ -4617,6 +4614,10 @@
46174614
}
46184615
},
46194616
"additionalProperties": false
4617+
},
4618+
"$schema": {
4619+
"type": "string"
4620+
}
46204621
},
46214622
"additionalProperties": false
46224623
}

0 commit comments

Comments
 (0)